Html Css Color HEX #D74720 Cinnabar

📋 copy color: '#D74720'

red 215 ◦ green 71 ◦ blue 32

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

Shades of Cinnabar #D74720

Tints of Cinnabar #D74720

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.33%

 BLUE value IS 32 (12.89% from 255) = 10.06%

R = 67.61%
G = 22.33%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D74720 (or 0xD74720) is known color: Cinnabar. HEX triplet: D7, 47 and 20. RGB value is (215,71,32). Sum of RGB (Red+Green+Blue) = 215+71+32=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D74720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74720 is #28B8DF. Grayscale: #6D6D6D. Windows color (decimal): -2668768 or 2115543. OLE color: 2115543.

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

Color convert

RGB 215 71 32 -
CMYK 0 0.67 0.85 0.16
HSL 12.79º 0.74% 0.48% -
HSV(B) 12.79º 0.85% 0.84% -
XYZ 30.54 19.06 3.44 -
YUV 109.61 84.21 203.17 -
System Red Green Blue C M Y K H S L
Decimal 215 71 32 0 0.67 0.85 0.16 12.79 0.74 0.48
Hex D7 47 20 0 43 55 10 D 4A 30
Octal 327 107 40 0 103 125 20 15 112 60
Binary 11010111 1000111 100000 0 1000011 1010101 10000 1101 1001010 110000

Color Harmonies of #D74720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74720

Black with #D74720

Text Example


Text Example

White with #D74720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74720; }

 p { color: rgb(215,71,32); }

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

background-color css

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

 a { background-color: rgb(215,71,32); }

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

border-color css

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

 span { border-color: rgb(215,71,32); }

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