Html Css Color HEX #DA422A Cinnabar

📋 copy color: '#DA422A'

red 218 ◦ green 66 ◦ blue 42

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

Shades of Cinnabar #DA422A

Tints of Cinnabar #DA422A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.88%

R = 66.87%
G = 20.25%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA422A (or 0xDA422A) is known color: Cinnabar. HEX triplet: DA, 42 and 2A. RGB value is (218,66,42). Sum of RGB (Red+Green+Blue) = 218+66+42=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA422A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA422A is #25BDD5. Grayscale: #6C6C6C. Windows color (decimal): -2473430 or 2769626. OLE color: 2769626.

HSL color Cylindrical-coordinate representation of color #DA422A: hue angle of 8.18º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA422A is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 66 42 -
CMYK 0 0.70 0.81 0.15
HSL 8.18º 0.7% 0.51% -
HSV(B) 8.18º 0.81% 0.85% -
XYZ 31.28 18.97 4.2 -
YUV 108.71 90.36 205.95 -
System Red Green Blue C M Y K H S L
Decimal 218 66 42 0 0.70 0.81 0.15 8.18 0.7 0.51
Hex DA 42 2A 0 46 51 F 8 46 33
Octal 332 102 52 0 106 121 17 10 106 63
Binary 11011010 1000010 101010 0 1000110 1010001 1111 1000 1000110 110011

Color Harmonies of #DA422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA422A

Black with #DA422A

Text Example


Text Example

White with #DA422A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA422A; }

 p { color: rgb(218,66,42); }

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

background-color css

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

 a { background-color: rgb(218,66,42); }

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

border-color css

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

 span { border-color: rgb(218,66,42); }

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