Html Css Color HEX #CF242E Mahogany

📋 copy color: '#CF242E'

red 207 ◦ green 36 ◦ blue 46

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

Shades of Mahogany #CF242E

Tints of Mahogany #CF242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.46%

 BLUE value IS 46 (18.36% from 255) = 15.92%

R = 71.63%
G = 12.46%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF242E (or 0xCF242E) is known color: Mahogany. HEX triplet: CF, 24 and 2E. RGB value is (207,36,46). Sum of RGB (Red+Green+Blue) = 207+36+46=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF242E is #30DBD1. Grayscale: #585858. Windows color (decimal): -3202002 or 3024079. OLE color: 3024079.

HSL color Cylindrical-coordinate representation of color #CF242E: hue angle of 356.49º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF242E is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 36 46 -
CMYK 0 0.83 0.78 0.19
HSL 356.49º 0.7% 0.48% -
HSV(B) 356.49º 0.83% 0.81% -
XYZ 26.86 14.72 4.01 -
YUV 88.27 104.15 212.69 -
System Red Green Blue C M Y K H S L
Decimal 207 36 46 0 0.83 0.78 0.19 356.49 0.7 0.48
Hex CF 24 2E 0 53 4E 13 164 46 30
Octal 317 44 56 0 123 116 23 544 106 60
Binary 11001111 100100 101110 0 1010011 1001110 10011 101100100 1000110 110000

Color Harmonies of #CF242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF242E

Black with #CF242E

Text Example


Text Example

White with #CF242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF242E; }

 p { color: rgb(207,36,46); }

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

background-color css

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

 a { background-color: rgb(207,36,46); }

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

border-color css

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

 span { border-color: rgb(207,36,46); }

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