Html Css Color HEX #DA4440 Cinnabar

📋 copy color: '#DA4440'

red 218 ◦ green 68 ◦ blue 64

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

Shades of Cinnabar #DA4440

Tints of Cinnabar #DA4440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.43%

 BLUE value IS 64 (25.39% from 255) = 18.29%

R = 62.29%
G = 19.43%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA4440 (or 0xDA4440) is known color: Cinnabar. HEX triplet: DA, 44 and 40. RGB value is (218,68,64). Sum of RGB (Red+Green+Blue) = 218+68+64=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4440 is #25BBBF. Grayscale: #707070. Windows color (decimal): -2472896 or 4211930. OLE color: 4211930.

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

Color convert

RGB 218 68 64 -
CMYK 0 0.69 0.71 0.15
HSL 1.56º 0.68% 0.55% -
HSV(B) 1.56º 0.71% 0.85% -
XYZ 31.91 19.41 6.92 -
YUV 112.39 100.7 203.33 -
System Red Green Blue C M Y K H S L
Decimal 218 68 64 0 0.69 0.71 0.15 1.56 0.68 0.55
Hex DA 44 40 0 45 47 F 2 44 37
Octal 332 104 100 0 105 107 17 2 104 67
Binary 11011010 1000100 1000000 0 1000101 1000111 1111 10 1000100 110111

Color Harmonies of #DA4440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4440

Black with #DA4440

Text Example


Text Example

White with #DA4440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4440; }

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

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

background-color css

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

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

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

border-color css

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

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

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