Html Css Color HEX #DA402C Cinnabar

📋 copy color: '#DA402C'

red 218 ◦ green 64 ◦ blue 44

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

Shades of Cinnabar #DA402C

Tints of Cinnabar #DA402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.63%

 BLUE value IS 44 (17.58% from 255) = 13.5%

R = 66.87%
G = 19.63%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA402C (or 0xDA402C) is known color: Cinnabar. HEX triplet: DA, 40 and 2C. RGB value is (218,64,44). Sum of RGB (Red+Green+Blue) = 218+64+44=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA402C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA402C is #25BFD3. Grayscale: #6C6C6C. Windows color (decimal): -2473940 or 2900186. OLE color: 2900186.

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

Color convert

RGB 218 64 44 -
CMYK 0 0.71 0.80 0.15
HSL 6.9º 0.7% 0.51% -
HSV(B) 6.9º 0.8% 0.85% -
XYZ 31.2 18.75 4.36 -
YUV 107.77 92.02 206.63 -
System Red Green Blue C M Y K H S L
Decimal 218 64 44 0 0.71 0.80 0.15 6.9 0.7 0.51
Hex DA 40 2C 0 47 50 F 7 46 33
Octal 332 100 54 0 107 120 17 7 106 63
Binary 11011010 1000000 101100 0 1000111 1010000 1111 111 1000110 110011

Color Harmonies of #DA402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA402C

Black with #DA402C

Text Example


Text Example

White with #DA402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA402C; }

 p { color: rgb(218,64,44); }

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

background-color css

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

 a { background-color: rgb(218,64,44); }

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

border-color css

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

 span { border-color: rgb(218,64,44); }

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