Html Css Color HEX #DA4140 Cinnabar

📋 copy color: '#DA4140'

red 218 ◦ green 65 ◦ blue 64

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

Shades of Cinnabar #DA4140

Tints of Cinnabar #DA4140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.73%

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

R = 62.82%
G = 18.73%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA4140 (or 0xDA4140) is known color: Cinnabar. HEX triplet: DA, 41 and 40. RGB value is (218,65,64). Sum of RGB (Red+Green+Blue) = 218+65+64=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4140 is #25BEBF. Grayscale: #6E6E6E. Windows color (decimal): -2473664 or 4211162. OLE color: 4211162.

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

Color convert

RGB 218 65 64 -
CMYK 0 0.70 0.71 0.15
HSL 0.39º 0.68% 0.55% -
HSV(B) 0.39º 0.71% 0.85% -
XYZ 31.73 19.06 6.86 -
YUV 110.63 101.69 204.58 -
System Red Green Blue C M Y K H S L
Decimal 218 65 64 0 0.70 0.71 0.15 0.39 0.68 0.55
Hex DA 41 40 0 46 47 F 0 44 37
Octal 332 101 100 0 106 107 17 0 104 67
Binary 11011010 1000001 1000000 0 1000110 1000111 1111 0 1000100 110111

Color Harmonies of #DA4140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4140

Black with #DA4140

Text Example


Text Example

White with #DA4140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4140; }

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

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

background-color css

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

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

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

border-color css

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

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

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