Html Css Color HEX #DA422B Cinnabar

📋 copy color: '#DA422B'

red 218 ◦ green 66 ◦ blue 43

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

Shades of Cinnabar #DA422B

Tints of Cinnabar #DA422B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.15%

R = 66.67%
G = 20.18%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA422B (or 0xDA422B) is known color: Cinnabar. HEX triplet: DA, 42 and 2B. RGB value is (218,66,43). Sum of RGB (Red+Green+Blue) = 218+66+43=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA422B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA422B is #25BDD4. Grayscale: #6D6D6D. Windows color (decimal): -2473429 or 2835162. OLE color: 2835162.

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

Color convert

RGB 218 66 43 -
CMYK 0 0.70 0.80 0.15
HSL 7.89º 0.7% 0.51% -
HSV(B) 7.89º 0.8% 0.85% -
XYZ 31.3 18.98 4.3 -
YUV 108.83 90.86 205.87 -
System Red Green Blue C M Y K H S L
Decimal 218 66 43 0 0.70 0.80 0.15 7.89 0.7 0.51
Hex DA 42 2B 0 46 50 F 8 46 33
Octal 332 102 53 0 106 120 17 10 106 63
Binary 11011010 1000010 101011 0 1000110 1010000 1111 1000 1000110 110011

Color Harmonies of #DA422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA422B

Black with #DA422B

Text Example


Text Example

White with #DA422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA422B; }

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

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

background-color css

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

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

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

border-color css

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

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

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