Html Css Color HEX #CF2A32 Mahogany

📋 copy color: '#CF2A32'

red 207 ◦ green 42 ◦ blue 50

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

Shades of Mahogany #CF2A32

Tints of Mahogany #CF2A32

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.05%

 BLUE value IS 50 (19.92% from 255) = 16.72%

R = 69.23%
G = 14.05%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF2A32 (or 0xCF2A32) is known color: Mahogany. HEX triplet: CF, 2A and 32. RGB value is (207,42,50). Sum of RGB (Red+Green+Blue) = 207+42+50=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2A32 is #30D5CD. Grayscale: #5C5C5C. Windows color (decimal): -3200462 or 3287759. OLE color: 3287759.

HSL color Cylindrical-coordinate representation of color #CF2A32: hue angle of 357.09º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2A32 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 42 50 -
CMYK 0 0.80 0.76 0.19
HSL 357.09º 0.66% 0.49% -
HSV(B) 357.09º 0.8% 0.81% -
XYZ 27.14 15.15 4.51 -
YUV 92.25 104.16 209.85 -
System Red Green Blue C M Y K H S L
Decimal 207 42 50 0 0.80 0.76 0.19 357.09 0.66 0.49
Hex CF 2A 32 0 50 4C 13 165 42 31
Octal 317 52 62 0 120 114 23 545 102 61
Binary 11001111 101010 110010 0 1010000 1001100 10011 101100101 1000010 110001

Color Harmonies of #CF2A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2A32

Black with #CF2A32

Text Example


Text Example

White with #CF2A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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