Html Css Color HEX #CF3036 Mahogany

📋 copy color: '#CF3036'

red 207 ◦ green 48 ◦ blue 54

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

Shades of Mahogany #CF3036

Tints of Mahogany #CF3036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.53%

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

R = 66.99%
G = 15.53%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF3036 (or 0xCF3036) is known color: Mahogany. HEX triplet: CF, 30 and 36. RGB value is (207,48,54). Sum of RGB (Red+Green+Blue) = 207+48+54=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3036 is #30CFC9. Grayscale: #606060. Windows color (decimal): -3198922 or 3551439. OLE color: 3551439.

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

Color convert

RGB 207 48 54 -
CMYK 0 0.77 0.74 0.19
HSL 357.74º 0.62% 0.5% -
HSV(B) 357.74º 0.77% 0.81% -
XYZ 27.45 15.65 5.06 -
YUV 96.23 104.18 207.01 -
System Red Green Blue C M Y K H S L
Decimal 207 48 54 0 0.77 0.74 0.19 357.74 0.62 0.5
Hex CF 30 36 0 4D 4A 13 166 3E 32
Octal 317 60 66 0 115 112 23 546 76 62
Binary 11001111 110000 110110 0 1001101 1001010 10011 101100110 111110 110010

Color Harmonies of #CF3036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3036

Black with #CF3036

Text Example


Text Example

White with #CF3036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3036; }

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

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

background-color css

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

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

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

border-color css

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

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

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