Html Css Color HEX #CF3038 Mahogany

📋 copy color: '#CF3038'

red 207 ◦ green 48 ◦ blue 56

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

Shades of Mahogany #CF3038

Tints of Mahogany #CF3038

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.43%

 BLUE value IS 56 (22.27% from 255) = 18.01%

R = 66.56%
G = 15.43%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF3038 (or 0xCF3038) is known color: Mahogany. HEX triplet: CF, 30 and 38. RGB value is (207,48,56). Sum of RGB (Red+Green+Blue) = 207+48+56=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3038 is #30CFC7. Grayscale: #606060. Windows color (decimal): -3198920 or 3682511. OLE color: 3682511.

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

Color convert

RGB 207 48 56 -
CMYK 0 0.77 0.73 0.19
HSL 356.98º 0.62% 0.5% -
HSV(B) 356.98º 0.77% 0.81% -
XYZ 27.5 15.66 5.32 -
YUV 96.45 105.18 206.85 -
System Red Green Blue C M Y K H S L
Decimal 207 48 56 0 0.77 0.73 0.19 356.98 0.62 0.5
Hex CF 30 38 0 4D 49 13 165 3E 32
Octal 317 60 70 0 115 111 23 545 76 62
Binary 11001111 110000 111000 0 1001101 1001001 10011 101100101 111110 110010

Color Harmonies of #CF3038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3038

Black with #CF3038

Text Example


Text Example

White with #CF3038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3038; }

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

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

background-color css

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

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

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

border-color css

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

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

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