Html Css Color HEX #D74821 Cinnabar

📋 copy color: '#D74821'

red 215 ◦ green 72 ◦ blue 33

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

Shades of Cinnabar #D74821

Tints of Cinnabar #D74821

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.5%

 BLUE value IS 33 (13.28% from 255) = 10.31%

R = 67.19%
G = 22.5%
B = 10.31%

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

#D74821 (or 0xD74821) is known color: Cinnabar. HEX triplet: D7, 48 and 21. RGB value is (215,72,33). Sum of RGB (Red+Green+Blue) = 215+72+33=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D74821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74821 is #28B7DE. Grayscale: #6E6E6E. Windows color (decimal): -2668511 or 2181335. OLE color: 2181335.

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

Color convert

RGB 215 72 33 -
CMYK 0 0.67 0.85 0.16
HSL 12.86º 0.73% 0.49% -
HSV(B) 12.86º 0.85% 0.84% -
XYZ 30.62 19.19 3.53 -
YUV 110.31 84.38 202.67 -
System Red Green Blue C M Y K H S L
Decimal 215 72 33 0 0.67 0.85 0.16 12.86 0.73 0.49
Hex D7 48 21 0 43 55 10 D 49 31
Octal 327 110 41 0 103 125 20 15 111 61
Binary 11010111 1001000 100001 0 1000011 1010101 10000 1101 1001001 110001

Color Harmonies of #D74821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74821

Black with #D74821

Text Example


Text Example

White with #D74821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74821; }

 p { color: rgb(215,72,33); }

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

background-color css

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

 a { background-color: rgb(215,72,33); }

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

border-color css

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

 span { border-color: rgb(215,72,33); }

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