Html Css Color HEX #D74636 Cinnabar

📋 copy color: '#D74636'

red 215 ◦ green 70 ◦ blue 54

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

Shades of Cinnabar #D74636

Tints of Cinnabar #D74636

RGB

 RED value IS 215 (84.38% from 255) = 63.42%

 GREEN value IS 70 (27.73% from 255) = 20.65%

 BLUE value IS 54 (21.48% from 255) = 15.93%

R = 63.42%
G = 20.65%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D74636 (or 0xD74636) is known color: Cinnabar. HEX triplet: D7, 46 and 36. RGB value is (215,70,54). Sum of RGB (Red+Green+Blue) = 215+70+54=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D74636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74636 is #28B9C9. Grayscale: #6F6F6F. Windows color (decimal): -2669002 or 3557079. OLE color: 3557079.

HSL color Cylindrical-coordinate representation of color #D74636: hue angle of 5.96º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D74636 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 70 54 -
CMYK 0 0.67 0.75 0.16
HSL 5.96º 0.67% 0.53% -
HSV(B) 5.96º 0.75% 0.84% -
XYZ 30.88 19.09 5.55 -
YUV 111.53 95.54 201.8 -
System Red Green Blue C M Y K H S L
Decimal 215 70 54 0 0.67 0.75 0.16 5.96 0.67 0.53
Hex D7 46 36 0 43 4B 10 6 43 35
Octal 327 106 66 0 103 113 20 6 103 65
Binary 11010111 1000110 110110 0 1000011 1001011 10000 110 1000011 110101

Color Harmonies of #D74636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74636

Black with #D74636

Text Example


Text Example

White with #D74636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74636; }

 p { color: rgb(215,70,54); }

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

background-color css

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

 a { background-color: rgb(215,70,54); }

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

border-color css

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

 span { border-color: rgb(215,70,54); }

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