Html Css Color HEX #CF4245 Mahogany

📋 copy color: '#CF4245'

red 207 ◦ green 66 ◦ blue 69

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

Shades of Mahogany #CF4245

Tints of Mahogany #CF4245

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.3%

 BLUE value IS 69 (27.34% from 255) = 20.18%

R = 60.53%
G = 19.3%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF4245 (or 0xCF4245) is known color: Mahogany. HEX triplet: CF, 42 and 45. RGB value is (207,66,69). Sum of RGB (Red+Green+Blue) = 207+66+69=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4245 is #30BDBA. Grayscale: #6C6C6C. Windows color (decimal): -3194299 or 4539087. OLE color: 4539087.

HSL color Cylindrical-coordinate representation of color #CF4245: hue angle of 358.72º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4245 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 66 69 -
CMYK 0 0.68 0.67 0.19
HSL 358.72º 0.59% 0.54% -
HSV(B) 358.72º 0.68% 0.81% -
XYZ 28.75 17.59 7.51 -
YUV 108.5 105.71 198.26 -
System Red Green Blue C M Y K H S L
Decimal 207 66 69 0 0.68 0.67 0.19 358.72 0.59 0.54
Hex CF 42 45 0 44 43 13 167 3B 36
Octal 317 102 105 0 104 103 23 547 73 66
Binary 11001111 1000010 1000101 0 1000100 1000011 10011 101100111 111011 110110

Color Harmonies of #CF4245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4245

Black with #CF4245

Text Example


Text Example

White with #CF4245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4245; }

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

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

background-color css

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

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

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

border-color css

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

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

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