Html Css Color HEX #DA4535 Cinnabar

📋 copy color: '#DA4535'

red 218 ◦ green 69 ◦ blue 53

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

Shades of Cinnabar #DA4535

Tints of Cinnabar #DA4535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.29%

 BLUE value IS 53 (21.09% from 255) = 15.59%

R = 64.12%
G = 20.29%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA4535 (or 0xDA4535) is known color: Cinnabar. HEX triplet: DA, 45 and 35. RGB value is (218,69,53). Sum of RGB (Red+Green+Blue) = 218+69+53=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4535 is #25BACA. Grayscale: #6F6F6F. Windows color (decimal): -2472651 or 3491290. OLE color: 3491290.

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

Color convert

RGB 218 69 53 -
CMYK 0 0.68 0.76 0.15
HSL 5.82º 0.69% 0.53% -
HSV(B) 5.82º 0.76% 0.85% -
XYZ 31.68 19.42 5.45 -
YUV 111.73 94.86 203.8 -
System Red Green Blue C M Y K H S L
Decimal 218 69 53 0 0.68 0.76 0.15 5.82 0.69 0.53
Hex DA 45 35 0 44 4C F 6 45 35
Octal 332 105 65 0 104 114 17 6 105 65
Binary 11011010 1000101 110101 0 1000100 1001100 1111 110 1000101 110101

Color Harmonies of #DA4535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4535

Black with #DA4535

Text Example


Text Example

White with #DA4535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4535; }

 p { color: rgb(218,69,53); }

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

background-color css

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

 a { background-color: rgb(218,69,53); }

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

border-color css

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

 span { border-color: rgb(218,69,53); }

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