Html Css Color HEX #DA4540 Cinnabar

📋 copy color: '#DA4540'

red 218 ◦ green 69 ◦ blue 64

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

Shades of Cinnabar #DA4540

Tints of Cinnabar #DA4540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.66%

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

R = 62.11%
G = 19.66%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA4540 (or 0xDA4540) is known color: Cinnabar. HEX triplet: DA, 45 and 40. RGB value is (218,69,64). Sum of RGB (Red+Green+Blue) = 218+69+64=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4540 is #25BABF. Grayscale: #717171. Windows color (decimal): -2472640 or 4212186. OLE color: 4212186.

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

Color convert

RGB 218 69 64 -
CMYK 0 0.68 0.71 0.15
HSL 1.95º 0.68% 0.55% -
HSV(B) 1.95º 0.71% 0.85% -
XYZ 31.97 19.53 6.94 -
YUV 112.98 100.36 202.91 -
System Red Green Blue C M Y K H S L
Decimal 218 69 64 0 0.68 0.71 0.15 1.95 0.68 0.55
Hex DA 45 40 0 44 47 F 2 44 37
Octal 332 105 100 0 104 107 17 2 104 67
Binary 11011010 1000101 1000000 0 1000100 1000111 1111 10 1000100 110111

Color Harmonies of #DA4540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4540

Black with #DA4540

Text Example


Text Example

White with #DA4540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4540; }

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

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

background-color css

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

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

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

border-color css

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

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

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