Html Css Color HEX #DA4335 Cinnabar

📋 copy color: '#DA4335'

red 218 ◦ green 67 ◦ blue 53

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

Shades of Cinnabar #DA4335

Tints of Cinnabar #DA4335

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.82%

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

R = 64.5%
G = 19.82%
B = 15.68%

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

#DA4335 (or 0xDA4335) is known color: Cinnabar. HEX triplet: DA, 43 and 35. RGB value is (218,67,53). Sum of RGB (Red+Green+Blue) = 218+67+53=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4335 is #25BCCA. Grayscale: #6E6E6E. Windows color (decimal): -2473163 or 3490778. OLE color: 3490778.

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

Color convert

RGB 218 67 53 -
CMYK 0 0.69 0.76 0.15
HSL 5.09º 0.69% 0.53% -
HSV(B) 5.09º 0.76% 0.85% -
XYZ 31.56 19.18 5.41 -
YUV 110.55 95.53 204.64 -
System Red Green Blue C M Y K H S L
Decimal 218 67 53 0 0.69 0.76 0.15 5.09 0.69 0.53
Hex DA 43 35 0 45 4C F 5 45 35
Octal 332 103 65 0 105 114 17 5 105 65
Binary 11011010 1000011 110101 0 1000101 1001100 1111 101 1000101 110101

Color Harmonies of #DA4335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4335

Black with #DA4335

Text Example


Text Example

White with #DA4335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4335; }

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

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

background-color css

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

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

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

border-color css

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

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

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