Html Css Color HEX #CF3134 Mahogany

📋 copy color: '#CF3134'

red 207 ◦ green 49 ◦ blue 52

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

Shades of Mahogany #CF3134

Tints of Mahogany #CF3134

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.91%

 BLUE value IS 52 (20.7% from 255) = 16.88%

R = 67.21%
G = 15.91%
B = 16.88%

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

#CF3134 (or 0xCF3134) is known color: Mahogany. HEX triplet: CF, 31 and 34. RGB value is (207,49,52). Sum of RGB (Red+Green+Blue) = 207+49+52=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3134 is #30CECB. Grayscale: #606060. Windows color (decimal): -3198668 or 3420623. OLE color: 3420623.

HSL color Cylindrical-coordinate representation of color #CF3134: hue angle of 358.86º 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 #CF3134 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 49 52 -
CMYK 0 0.76 0.75 0.19
HSL 358.86º 0.62% 0.5% -
HSV(B) 358.86º 0.76% 0.81% -
XYZ 27.45 15.71 4.83 -
YUV 96.58 102.85 206.76 -
System Red Green Blue C M Y K H S L
Decimal 207 49 52 0 0.76 0.75 0.19 358.86 0.62 0.5
Hex CF 31 34 0 4C 4B 13 167 3E 32
Octal 317 61 64 0 114 113 23 547 76 62
Binary 11001111 110001 110100 0 1001100 1001011 10011 101100111 111110 110010

Color Harmonies of #CF3134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3134

Black with #CF3134

Text Example


Text Example

White with #CF3134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3134; }

 p { color: rgb(207,49,52); }

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

background-color css

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

 a { background-color: rgb(207,49,52); }

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

border-color css

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

 span { border-color: rgb(207,49,52); }

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