Html Css Color HEX #DA4740 Cinnabar

📋 copy color: '#DA4740'

red 218 ◦ green 71 ◦ blue 64

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

Shades of Cinnabar #DA4740

Tints of Cinnabar #DA4740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.11%

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

R = 61.76%
G = 20.11%
B = 18.13%

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

#DA4740 (or 0xDA4740) is known color: Cinnabar. HEX triplet: DA, 47 and 40. RGB value is (218,71,64). Sum of RGB (Red+Green+Blue) = 218+71+64=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4740 is #25B8BF. Grayscale: #727272. Windows color (decimal): -2472128 or 4212698. OLE color: 4212698.

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

Color convert

RGB 218 71 64 -
CMYK 0 0.67 0.71 0.15
HSL 2.73º 0.68% 0.55% -
HSV(B) 2.73º 0.71% 0.85% -
XYZ 32.09 19.78 6.98 -
YUV 114.16 99.7 202.07 -
System Red Green Blue C M Y K H S L
Decimal 218 71 64 0 0.67 0.71 0.15 2.73 0.68 0.55
Hex DA 47 40 0 43 47 F 3 44 37
Octal 332 107 100 0 103 107 17 3 104 67
Binary 11011010 1000111 1000000 0 1000011 1000111 1111 11 1000100 110111

Color Harmonies of #DA4740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4740

Black with #DA4740

Text Example


Text Example

White with #DA4740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4740; }

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

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

background-color css

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

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

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

border-color css

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

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

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