Html Css Color HEX #DA4521 Cinnabar

📋 copy color: '#DA4521'

red 218 ◦ green 69 ◦ blue 33

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

Shades of Cinnabar #DA4521

Tints of Cinnabar #DA4521

RGB

 RED value IS 218 (85.55% from 255) = 68.13%

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

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

R = 68.13%
G = 21.56%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA4521 (or 0xDA4521) is known color: Cinnabar. HEX triplet: DA, 45 and 21. RGB value is (218,69,33). Sum of RGB (Red+Green+Blue) = 218+69+33=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4521 is #25BADE. Grayscale: #6D6D6D. Windows color (decimal): -2472671 or 2180570. OLE color: 2180570.

HSL color Cylindrical-coordinate representation of color #DA4521: hue angle of 11.68º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA4521 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 69 33 -
CMYK 0 0.68 0.85 0.15
HSL 11.68º 0.74% 0.49% -
HSV(B) 11.68º 0.85% 0.85% -
XYZ 31.32 19.27 3.51 -
YUV 109.45 84.86 205.43 -
System Red Green Blue C M Y K H S L
Decimal 218 69 33 0 0.68 0.85 0.15 11.68 0.74 0.49
Hex DA 45 21 0 44 55 F C 4A 31
Octal 332 105 41 0 104 125 17 14 112 61
Binary 11011010 1000101 100001 0 1000100 1010101 1111 1100 1001010 110001

Color Harmonies of #DA4521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4521

Black with #DA4521

Text Example


Text Example

White with #DA4521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4521; }

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

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

background-color css

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

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

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

border-color css

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

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

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