Html Css Color HEX #CF3336 Mahogany

📋 copy color: '#CF3336'

red 207 ◦ green 51 ◦ blue 54

#CF3336
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #CF3336

Tints of Mahogany #CF3336

RGB

 RED value IS 207 (81.25% from 255) = 66.35%

 GREEN value IS 51 (20.31% from 255) = 16.35%

 BLUE value IS 54 (21.48% from 255) = 17.31%

R = 66.35%
G = 16.35%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF3336 (or 0xCF3336) is known color: Mahogany. HEX triplet: CF, 33 and 36. RGB value is (207,51,54). Sum of RGB (Red+Green+Blue) = 207+51+54=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3336 is #30CCC9. Grayscale: #626262. Windows color (decimal): -3198154 or 3552207. OLE color: 3552207.

HSL color Cylindrical-coordinate representation of color #CF3336: hue angle of 358.85º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3336 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 51 54 -
CMYK 0 0.75 0.74 0.19
HSL 358.85º 0.62% 0.51% -
HSV(B) 358.85º 0.75% 0.81% -
XYZ 27.58 15.9 5.11 -
YUV 97.99 103.18 205.76 -
System Red Green Blue C M Y K H S L
Decimal 207 51 54 0 0.75 0.74 0.19 358.85 0.62 0.51
Hex CF 33 36 0 4B 4A 13 167 3E 33
Octal 317 63 66 0 113 112 23 547 76 63
Binary 11001111 110011 110110 0 1001011 1001010 10011 101100111 111110 110011

Color Harmonies of #CF3336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3336

Black with #CF3336

Text Example


Text Example

White with #CF3336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3336; }

 p { color: rgb(207,51,54); }

 H1.HeaderClassName
 {
   color: #CF3336;
 }
 .AnyTagClassName
 {
   color: #CF3336;
 }
</style>

background-color css

<style>
 a { background-color: #CF3336; }

 a { background-color: rgb(207,51,54); }

 div.DivClassName
 {
   background-color: #CF3336;
 }
 .BgClassName
 {
   background-color: #CF3336;
 }
</style>

border-color css

<style>
 span { border-color: #CF3336; }

 span { border-color: rgb(207,51,54); }

 td.TdClassName
 {
   border-color: #CF3336;
 }
 .TagClassName
 {
   border-color: #CF3336;
 }
</style>