Html Css Color HEX #DA4320 Cinnabar

📋 copy color: '#DA4320'

red 218 ◦ green 67 ◦ blue 32

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

Shades of Cinnabar #DA4320

Tints of Cinnabar #DA4320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.14%

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

R = 68.77%
G = 21.14%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA4320 (or 0xDA4320) is known color: Cinnabar. HEX triplet: DA, 43 and 20. RGB value is (218,67,32). Sum of RGB (Red+Green+Blue) = 218+67+32=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4320 is #25BCDF. Grayscale: #6C6C6C. Windows color (decimal): -2473184 or 2114522. OLE color: 2114522.

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

Color convert

RGB 218 67 32 -
CMYK 0 0.69 0.85 0.15
HSL 11.29º 0.74% 0.49% -
HSV(B) 11.29º 0.85% 0.85% -
XYZ 31.18 19.02 3.4 -
YUV 108.16 85.03 206.35 -
System Red Green Blue C M Y K H S L
Decimal 218 67 32 0 0.69 0.85 0.15 11.29 0.74 0.49
Hex DA 43 20 0 45 55 F B 4A 31
Octal 332 103 40 0 105 125 17 13 112 61
Binary 11011010 1000011 100000 0 1000101 1010101 1111 1011 1001010 110001

Color Harmonies of #DA4320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4320

Black with #DA4320

Text Example


Text Example

White with #DA4320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4320; }

 p { color: rgb(218,67,32); }

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

background-color css

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

 a { background-color: rgb(218,67,32); }

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

border-color css

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

 span { border-color: rgb(218,67,32); }

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