Html Css Color HEX #DA4039 Cinnabar

📋 copy color: '#DA4039'

red 218 ◦ green 64 ◦ blue 57

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

Shades of Cinnabar #DA4039

Tints of Cinnabar #DA4039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.81%

R = 64.31%
G = 18.88%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA4039 (or 0xDA4039) is known color: Cinnabar. HEX triplet: DA, 40 and 39. RGB value is (218,64,57). Sum of RGB (Red+Green+Blue) = 218+64+57=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4039 is #25BFC6. Grayscale: #6D6D6D. Windows color (decimal): -2473927 or 3752154. OLE color: 3752154.

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

Color convert

RGB 218 64 57 -
CMYK 0 0.71 0.74 0.15
HSL 2.61º 0.69% 0.54% -
HSV(B) 2.61º 0.74% 0.85% -
XYZ 31.49 18.87 5.85 -
YUV 109.25 98.52 205.57 -
System Red Green Blue C M Y K H S L
Decimal 218 64 57 0 0.71 0.74 0.15 2.61 0.69 0.54
Hex DA 40 39 0 47 4A F 3 45 36
Octal 332 100 71 0 107 112 17 3 105 66
Binary 11011010 1000000 111001 0 1000111 1001010 1111 11 1000101 110110

Color Harmonies of #DA4039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4039

Black with #DA4039

Text Example


Text Example

White with #DA4039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4039; }

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

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

background-color css

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

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

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

border-color css

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

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

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