Html Css Color HEX #CF3E3F Mahogany

📋 copy color: '#CF3E3F'

red 207 ◦ green 62 ◦ blue 63

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

Shades of Mahogany #CF3E3F

Tints of Mahogany #CF3E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.98%

R = 62.35%
G = 18.67%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF3E3F (or 0xCF3E3F) is known color: Mahogany. HEX triplet: CF, 3E and 3F. RGB value is (207,62,63). Sum of RGB (Red+Green+Blue) = 207+62+63=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3E3F is #30C1C0. Grayscale: #696969. Windows color (decimal): -3195329 or 4144847. OLE color: 4144847.

HSL color Cylindrical-coordinate representation of color #CF3E3F: hue angle of 359.59º 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 #CF3E3F is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 62 63 -
CMYK 0 0.70 0.70 0.19
HSL 359.59º 0.6% 0.53% -
HSV(B) 359.59º 0.7% 0.81% -
XYZ 28.35 17.07 6.5 -
YUV 105.47 104.04 200.42 -
System Red Green Blue C M Y K H S L
Decimal 207 62 63 0 0.70 0.70 0.19 359.59 0.6 0.53
Hex CF 3E 3F 0 46 46 13 168 3C 35
Octal 317 76 77 0 106 106 23 550 74 65
Binary 11001111 111110 111111 0 1000110 1000110 10011 101101000 111100 110101

Color Harmonies of #CF3E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3E3F

Black with #CF3E3F

Text Example


Text Example

White with #CF3E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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