Html Css Color HEX #DA4436 Cinnabar

📋 copy color: '#DA4436'

red 218 ◦ green 68 ◦ blue 54

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

Shades of Cinnabar #DA4436

Tints of Cinnabar #DA4436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.88%

R = 64.12%
G = 20%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA4436 (or 0xDA4436) is known color: Cinnabar. HEX triplet: DA, 44 and 36. RGB value is (218,68,54). Sum of RGB (Red+Green+Blue) = 218+68+54=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4436 is #25BBC9. Grayscale: #6F6F6F. Windows color (decimal): -2472906 or 3556570. OLE color: 3556570.

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

Color convert

RGB 218 68 54 -
CMYK 0 0.69 0.75 0.15
HSL 5.12º 0.69% 0.53% -
HSV(B) 5.12º 0.75% 0.85% -
XYZ 31.65 19.31 5.55 -
YUV 111.25 95.7 204.14 -
System Red Green Blue C M Y K H S L
Decimal 218 68 54 0 0.69 0.75 0.15 5.12 0.69 0.53
Hex DA 44 36 0 45 4B F 5 45 35
Octal 332 104 66 0 105 113 17 5 105 65
Binary 11011010 1000100 110110 0 1000101 1001011 1111 101 1000101 110101

Color Harmonies of #DA4436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4436

Black with #DA4436

Text Example


Text Example

White with #DA4436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4436; }

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

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

background-color css

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

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

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

border-color css

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

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

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