Html Css Color HEX #CF3233 Mahogany

📋 copy color: '#CF3233'

red 207 ◦ green 50 ◦ blue 51

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

Shades of Mahogany #CF3233

Tints of Mahogany #CF3233

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.23%

 BLUE value IS 51 (20.31% from 255) = 16.56%

R = 67.21%
G = 16.23%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CF3233 (or 0xCF3233) is known color: Mahogany. HEX triplet: CF, 32 and 33. RGB value is (207,50,51). Sum of RGB (Red+Green+Blue) = 207+50+51=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3233 is #30CDCC. Grayscale: #616161. Windows color (decimal): -3198413 or 3355343. OLE color: 3355343.

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

Color convert

RGB 207 50 51 -
CMYK 0 0.76 0.75 0.19
HSL 359.62º 0.62% 0.5% -
HSV(B) 359.62º 0.76% 0.81% -
XYZ 27.47 15.79 4.73 -
YUV 97.06 102.01 206.42 -
System Red Green Blue C M Y K H S L
Decimal 207 50 51 0 0.76 0.75 0.19 359.62 0.62 0.5
Hex CF 32 33 0 4C 4B 13 168 3E 32
Octal 317 62 63 0 114 113 23 550 76 62
Binary 11001111 110010 110011 0 1001100 1001011 10011 101101000 111110 110010

Color Harmonies of #CF3233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3233

Black with #CF3233

Text Example


Text Example

White with #CF3233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3233; }

 p { color: rgb(207,50,51); }

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

background-color css

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

 a { background-color: rgb(207,50,51); }

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

border-color css

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

 span { border-color: rgb(207,50,51); }

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