Html Css Color HEX #DA4940 Cinnabar

📋 copy color: '#DA4940'

red 218 ◦ green 73 ◦ blue 64

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

Shades of Cinnabar #DA4940

Tints of Cinnabar #DA4940

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.56%

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

R = 61.41%
G = 20.56%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA4940 (or 0xDA4940) is known color: Cinnabar. HEX triplet: DA, 49 and 40. RGB value is (218,73,64). Sum of RGB (Red+Green+Blue) = 218+73+64=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4940 is #25B6BF. Grayscale: #737373. Windows color (decimal): -2471616 or 4213210. OLE color: 4213210.

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

Color convert

RGB 218 73 64 -
CMYK 0 0.67 0.71 0.15
HSL 3.51º 0.68% 0.55% -
HSV(B) 3.51º 0.71% 0.85% -
XYZ 32.22 20.04 7.02 -
YUV 115.33 99.04 201.23 -
System Red Green Blue C M Y K H S L
Decimal 218 73 64 0 0.67 0.71 0.15 3.51 0.68 0.55
Hex DA 49 40 0 43 47 F 4 44 37
Octal 332 111 100 0 103 107 17 4 104 67
Binary 11011010 1001001 1000000 0 1000011 1000111 1111 100 1000100 110111

Color Harmonies of #DA4940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4940

Black with #DA4940

Text Example


Text Example

White with #DA4940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4940; }

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

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

background-color css

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

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

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

border-color css

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

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

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