Html Css Color HEX #CF2F33 Mahogany

📋 copy color: '#CF2F33'

red 207 ◦ green 47 ◦ blue 51

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

Shades of Mahogany #CF2F33

Tints of Mahogany #CF2F33

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.41%

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

R = 67.87%
G = 15.41%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CF2F33 (or 0xCF2F33) is known color: Mahogany. HEX triplet: CF, 2F and 33. RGB value is (207,47,51). Sum of RGB (Red+Green+Blue) = 207+47+51=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2F33 is #30D0CC. Grayscale: #5F5F5F. Windows color (decimal): -3199181 or 3354575. OLE color: 3354575.

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

Color convert

RGB 207 47 51 -
CMYK 0 0.77 0.75 0.19
HSL 358.5º 0.63% 0.5% -
HSV(B) 358.5º 0.77% 0.81% -
XYZ 27.35 15.54 4.69 -
YUV 95.3 103.01 207.67 -
System Red Green Blue C M Y K H S L
Decimal 207 47 51 0 0.77 0.75 0.19 358.5 0.63 0.5
Hex CF 2F 33 0 4D 4B 13 166 3F 32
Octal 317 57 63 0 115 113 23 546 77 62
Binary 11001111 101111 110011 0 1001101 1001011 10011 101100110 111111 110010

Color Harmonies of #CF2F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2F33

Black with #CF2F33

Text Example


Text Example

White with #CF2F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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