Html Css Color HEX #DA4434 Cinnabar

📋 copy color: '#DA4434'

red 218 ◦ green 68 ◦ blue 52

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

Shades of Cinnabar #DA4434

Tints of Cinnabar #DA4434

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.12%

 BLUE value IS 52 (20.7% from 255) = 15.38%

R = 64.5%
G = 20.12%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA4434 (or 0xDA4434) is known color: Cinnabar. HEX triplet: DA, 44 and 34. RGB value is (218,68,52). Sum of RGB (Red+Green+Blue) = 218+68+52=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4434 is #25BBCB. Grayscale: #6F6F6F. Windows color (decimal): -2472908 or 3425498. OLE color: 3425498.

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

Color convert

RGB 218 68 52 -
CMYK 0 0.69 0.76 0.15
HSL 5.78º 0.69% 0.53% -
HSV(B) 5.78º 0.76% 0.85% -
XYZ 31.6 19.29 5.31 -
YUV 111.03 94.7 204.3 -
System Red Green Blue C M Y K H S L
Decimal 218 68 52 0 0.69 0.76 0.15 5.78 0.69 0.53
Hex DA 44 34 0 45 4C F 6 45 35
Octal 332 104 64 0 105 114 17 6 105 65
Binary 11011010 1000100 110100 0 1000101 1001100 1111 110 1000101 110101

Color Harmonies of #DA4434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4434

Black with #DA4434

Text Example


Text Example

White with #DA4434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4434; }

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

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

background-color css

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

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

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

border-color css

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

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

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