Html Css Color HEX #DA4744 Cinnabar

📋 copy color: '#DA4744'

red 218 ◦ green 71 ◦ blue 68

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

Shades of Cinnabar #DA4744

Tints of Cinnabar #DA4744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.05%

R = 61.06%
G = 19.89%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA4744 (or 0xDA4744) is known color: Cinnabar. HEX triplet: DA, 47 and 44. RGB value is (218,71,68). Sum of RGB (Red+Green+Blue) = 218+71+68=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4744 is #25B8BB. Grayscale: #727272. Windows color (decimal): -2472124 or 4474842. OLE color: 4474842.

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

Color convert

RGB 218 71 68 -
CMYK 0 0.67 0.69 0.15
HSL 1.2º 0.67% 0.56% -
HSV(B) 1.2º 0.69% 0.85% -
XYZ 32.21 19.83 7.6 -
YUV 114.61 101.7 201.74 -
System Red Green Blue C M Y K H S L
Decimal 218 71 68 0 0.67 0.69 0.15 1.2 0.67 0.56
Hex DA 47 44 0 43 45 F 1 43 38
Octal 332 107 104 0 103 105 17 1 103 70
Binary 11011010 1000111 1000100 0 1000011 1000101 1111 1 1000011 111000

Color Harmonies of #DA4744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4744

Black with #DA4744

Text Example


Text Example

White with #DA4744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4744; }

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

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

background-color css

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

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

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

border-color css

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

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

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