Html Css Color HEX #CF2930 Mahogany

📋 copy color: '#CF2930'

red 207 ◦ green 41 ◦ blue 48

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

Shades of Mahogany #CF2930

Tints of Mahogany #CF2930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.85%

 BLUE value IS 48 (19.14% from 255) = 16.22%

R = 69.93%
G = 13.85%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF2930 (or 0xCF2930) is known color: Mahogany. HEX triplet: CF, 29 and 30. RGB value is (207,41,48). Sum of RGB (Red+Green+Blue) = 207+41+48=296 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.93% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2930 is #30D6CF. Grayscale: #5B5B5B. Windows color (decimal): -3200720 or 3156431. OLE color: 3156431.

HSL color Cylindrical-coordinate representation of color #CF2930: hue angle of 357.47º degrees, saturation: 0.67, 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 #CF2930 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 41 48 -
CMYK 0 0.80 0.77 0.19
HSL 357.47º 0.67% 0.49% -
HSV(B) 357.47º 0.8% 0.81% -
XYZ 27.06 15.06 4.28 -
YUV 91.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 207 41 48 0 0.80 0.77 0.19 357.47 0.67 0.49
Hex CF 29 30 0 50 4D 13 165 43 31
Octal 317 51 60 0 120 115 23 545 103 61
Binary 11001111 101001 110000 0 1010000 1001101 10011 101100101 1000011 110001

Color Harmonies of #CF2930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2930

Black with #CF2930

Text Example


Text Example

White with #CF2930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2930; }

 p { color: rgb(207,41,48); }

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

background-color css

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

 a { background-color: rgb(207,41,48); }

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

border-color css

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

 span { border-color: rgb(207,41,48); }

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