Html Css Color HEX #CF3E42 Mahogany

📋 copy color: '#CF3E42'

red 207 ◦ green 62 ◦ blue 66

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

Shades of Mahogany #CF3E42

Tints of Mahogany #CF3E42

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.51%

 BLUE value IS 66 (26.17% from 255) = 19.7%

R = 61.79%
G = 18.51%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF3E42 (or 0xCF3E42) is known color: Mahogany. HEX triplet: CF, 3E and 42. RGB value is (207,62,66). Sum of RGB (Red+Green+Blue) = 207+62+66=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3E42 is #30C1BD. Grayscale: #696969. Windows color (decimal): -3195326 or 4341455. OLE color: 4341455.

HSL color Cylindrical-coordinate representation of color #CF3E42: hue angle of 358.34º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3E42 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 62 66 -
CMYK 0 0.70 0.68 0.19
HSL 358.34º 0.6% 0.53% -
HSV(B) 358.34º 0.7% 0.81% -
XYZ 28.44 17.1 6.96 -
YUV 105.81 105.54 200.17 -
System Red Green Blue C M Y K H S L
Decimal 207 62 66 0 0.70 0.68 0.19 358.34 0.6 0.53
Hex CF 3E 42 0 46 44 13 166 3C 35
Octal 317 76 102 0 106 104 23 546 74 65
Binary 11001111 111110 1000010 0 1000110 1000100 10011 101100110 111100 110101

Color Harmonies of #CF3E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3E42

Black with #CF3E42

Text Example


Text Example

White with #CF3E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3E42; }

 p { color: rgb(207,62,66); }

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

background-color css

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

 a { background-color: rgb(207,62,66); }

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

border-color css

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

 span { border-color: rgb(207,62,66); }

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