Html Css Color HEX #DA4037 Cinnabar

📋 copy color: '#DA4037'

red 218 ◦ green 64 ◦ blue 55

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

Shades of Cinnabar #DA4037

Tints of Cinnabar #DA4037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.32%

R = 64.69%
G = 18.99%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA4037 (or 0xDA4037) is known color: Cinnabar. HEX triplet: DA, 40 and 37. RGB value is (218,64,55). Sum of RGB (Red+Green+Blue) = 218+64+55=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4037 is #25BFC8. Grayscale: #6D6D6D. Windows color (decimal): -2473929 or 3621082. OLE color: 3621082.

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

Color convert

RGB 218 64 55 -
CMYK 0 0.71 0.75 0.15
HSL 3.31º 0.69% 0.54% -
HSV(B) 3.31º 0.75% 0.85% -
XYZ 31.44 18.85 5.6 -
YUV 109.02 97.52 205.73 -
System Red Green Blue C M Y K H S L
Decimal 218 64 55 0 0.71 0.75 0.15 3.31 0.69 0.54
Hex DA 40 37 0 47 4B F 3 45 36
Octal 332 100 67 0 107 113 17 3 105 66
Binary 11011010 1000000 110111 0 1000111 1001011 1111 11 1000101 110110

Color Harmonies of #DA4037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4037

Black with #DA4037

Text Example


Text Example

White with #DA4037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4037; }

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

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

background-color css

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

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

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

border-color css

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

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

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