Html Css Color HEX #D64521 Cinnabar

📋 copy color: '#D64521'

red 214 ◦ green 69 ◦ blue 33

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

Shades of Cinnabar #D64521

Tints of Cinnabar #D64521

RGB

 RED value IS 214 (83.98% from 255) = 67.72%

 GREEN value IS 69 (27.34% from 255) = 21.84%

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

R = 67.72%
G = 21.84%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D64521 (or 0xD64521) is known color: Cinnabar. HEX triplet: D6, 45 and 21. RGB value is (214,69,33). Sum of RGB (Red+Green+Blue) = 214+69+33=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D64521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64521 is #29BADE. Grayscale: #6C6C6C. Windows color (decimal): -2734815 or 2180566. OLE color: 2180566.

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

Color convert

RGB 214 69 33 -
CMYK 0 0.68 0.85 0.16
HSL 11.93º 0.73% 0.48% -
HSV(B) 11.93º 0.85% 0.84% -
XYZ 30.13 18.66 3.45 -
YUV 108.25 85.54 203.43 -
System Red Green Blue C M Y K H S L
Decimal 214 69 33 0 0.68 0.85 0.16 11.93 0.73 0.48
Hex D6 45 21 0 44 55 10 C 49 30
Octal 326 105 41 0 104 125 20 14 111 60
Binary 11010110 1000101 100001 0 1000100 1010101 10000 1100 1001001 110000

Color Harmonies of #D64521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64521

Black with #D64521

Text Example


Text Example

White with #D64521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64521; }

 p { color: rgb(214,69,33); }

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

background-color css

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

 a { background-color: rgb(214,69,33); }

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

border-color css

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

 span { border-color: rgb(214,69,33); }

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