Html Css Color HEX #DA402E Cinnabar

📋 copy color: '#DA402E'

red 218 ◦ green 64 ◦ blue 46

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

Shades of Cinnabar #DA402E

Tints of Cinnabar #DA402E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.02%

R = 66.46%
G = 19.51%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA402E (or 0xDA402E) is known color: Cinnabar. HEX triplet: DA, 40 and 2E. RGB value is (218,64,46). Sum of RGB (Red+Green+Blue) = 218+64+46=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA402E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA402E is #25BFD1. Grayscale: #6C6C6C. Windows color (decimal): -2473938 or 3031258. OLE color: 3031258.

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

Color convert

RGB 218 64 46 -
CMYK 0 0.71 0.79 0.15
HSL 6.28º 0.7% 0.52% -
HSV(B) 6.28º 0.79% 0.85% -
XYZ 31.24 18.77 4.56 -
YUV 107.99 93.02 206.46 -
System Red Green Blue C M Y K H S L
Decimal 218 64 46 0 0.71 0.79 0.15 6.28 0.7 0.52
Hex DA 40 2E 0 47 4F F 6 46 34
Octal 332 100 56 0 107 117 17 6 106 64
Binary 11011010 1000000 101110 0 1000111 1001111 1111 110 1000110 110100

Color Harmonies of #DA402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA402E

Black with #DA402E

Text Example


Text Example

White with #DA402E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA402E; }

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

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

background-color css

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

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

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

border-color css

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

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

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