Html Css Color HEX #CF2D35 Mahogany

📋 copy color: '#CF2D35'

red 207 ◦ green 45 ◦ blue 53

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

Shades of Mahogany #CF2D35

Tints of Mahogany #CF2D35

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.75%

 BLUE value IS 53 (21.09% from 255) = 17.38%

R = 67.87%
G = 14.75%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF2D35 (or 0xCF2D35) is known color: Mahogany. HEX triplet: CF, 2D and 35. RGB value is (207,45,53). Sum of RGB (Red+Green+Blue) = 207+45+53=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2D35 is #30D2CA. Grayscale: #5E5E5E. Windows color (decimal): -3199691 or 3485135. OLE color: 3485135.

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

Color convert

RGB 207 45 53 -
CMYK 0 0.78 0.74 0.19
HSL 357.04º 0.64% 0.49% -
HSV(B) 357.04º 0.78% 0.81% -
XYZ 27.31 15.4 4.9 -
YUV 94.35 104.67 208.35 -
System Red Green Blue C M Y K H S L
Decimal 207 45 53 0 0.78 0.74 0.19 357.04 0.64 0.49
Hex CF 2D 35 0 4E 4A 13 165 40 31
Octal 317 55 65 0 116 112 23 545 100 61
Binary 11001111 101101 110101 0 1001110 1001010 10011 101100101 1000000 110001

Color Harmonies of #CF2D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2D35

Black with #CF2D35

Text Example


Text Example

White with #CF2D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2D35; }

 p { color: rgb(207,45,53); }

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

background-color css

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

 a { background-color: rgb(207,45,53); }

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

border-color css

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

 span { border-color: rgb(207,45,53); }

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