Html Css Color HEX #DA4522 Cinnabar

📋 copy color: '#DA4522'

red 218 ◦ green 69 ◦ blue 34

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

Shades of Cinnabar #DA4522

Tints of Cinnabar #DA4522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.59%

R = 67.91%
G = 21.5%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA4522 (or 0xDA4522) is known color: Cinnabar. HEX triplet: DA, 45 and 22. RGB value is (218,69,34). Sum of RGB (Red+Green+Blue) = 218+69+34=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4522 is #25BADD. Grayscale: #6D6D6D. Windows color (decimal): -2472670 or 2246106. OLE color: 2246106.

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

Color convert

RGB 218 69 34 -
CMYK 0 0.68 0.84 0.15
HSL 11.41º 0.73% 0.49% -
HSV(B) 11.41º 0.84% 0.85% -
XYZ 31.33 19.28 3.58 -
YUV 109.56 85.36 205.35 -
System Red Green Blue C M Y K H S L
Decimal 218 69 34 0 0.68 0.84 0.15 11.41 0.73 0.49
Hex DA 45 22 0 44 54 F B 49 31
Octal 332 105 42 0 104 124 17 13 111 61
Binary 11011010 1000101 100010 0 1000100 1010100 1111 1011 1001001 110001

Color Harmonies of #DA4522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4522

Black with #DA4522

Text Example


Text Example

White with #DA4522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4522; }

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

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

background-color css

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

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

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

border-color css

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

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

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