Html Css Color HEX #DA4035 Cinnabar

📋 copy color: '#DA4035'

red 218 ◦ green 64 ◦ blue 53

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

Shades of Cinnabar #DA4035

Tints of Cinnabar #DA4035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.1%

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

R = 65.07%
G = 19.1%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA4035 (or 0xDA4035) is known color: Cinnabar. HEX triplet: DA, 40 and 35. RGB value is (218,64,53). Sum of RGB (Red+Green+Blue) = 218+64+53=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4035 is #25BFCA. Grayscale: #6C6C6C. Windows color (decimal): -2473931 or 3490010. OLE color: 3490010.

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

Color convert

RGB 218 64 53 -
CMYK 0 0.71 0.76 0.15
HSL 0.69% 0.53% -
HSV(B) 0.76% 0.85% -
XYZ 31.39 18.83 5.35 -
YUV 108.79 96.52 205.89 -
System Red Green Blue C M Y K H S L
Decimal 218 64 53 0 0.71 0.76 0.15 4 0.69 0.53
Hex DA 40 35 0 47 4C F 4 45 35
Octal 332 100 65 0 107 114 17 4 105 65
Binary 11011010 1000000 110101 0 1000111 1001100 1111 100 1000101 110101

Color Harmonies of #DA4035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4035

Black with #DA4035

Text Example


Text Example

White with #DA4035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4035; }

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

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

background-color css

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

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

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

border-color css

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

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

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