Html Css Color HEX #D74221 Cinnabar

📋 copy color: '#D74221'

red 215 ◦ green 66 ◦ blue 33

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

Shades of Cinnabar #D74221

Tints of Cinnabar #D74221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.02%

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

R = 68.47%
G = 21.02%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D74221 (or 0xD74221) is known color: Cinnabar. HEX triplet: D7, 42 and 21. RGB value is (215,66,33). Sum of RGB (Red+Green+Blue) = 215+66+33=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D74221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74221 is #28BDDE. Grayscale: #6B6B6B. Windows color (decimal): -2670047 or 2179799. OLE color: 2179799.

HSL color Cylindrical-coordinate representation of color #D74221: hue angle of 10.88º 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 #D74221 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 66 33 -
CMYK 0 0.69 0.85 0.16
HSL 10.88º 0.73% 0.49% -
HSV(B) 10.88º 0.85% 0.84% -
XYZ 30.25 18.45 3.41 -
YUV 106.79 86.36 205.18 -
System Red Green Blue C M Y K H S L
Decimal 215 66 33 0 0.69 0.85 0.16 10.88 0.73 0.49
Hex D7 42 21 0 45 55 10 B 49 31
Octal 327 102 41 0 105 125 20 13 111 61
Binary 11010111 1000010 100001 0 1000101 1010101 10000 1011 1001001 110001

Color Harmonies of #D74221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74221

Black with #D74221

Text Example


Text Example

White with #D74221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74221; }

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

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

background-color css

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

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

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

border-color css

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

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

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