Html Css Color HEX #DA4935 Cinnabar

📋 copy color: '#DA4935'

red 218 ◦ green 73 ◦ blue 53

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

Shades of Cinnabar #DA4935

Tints of Cinnabar #DA4935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.22%

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

R = 63.37%
G = 21.22%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA4935 (or 0xDA4935) is known color: Cinnabar. HEX triplet: DA, 49 and 35. RGB value is (218,73,53). Sum of RGB (Red+Green+Blue) = 218+73+53=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4935 is #25B6CA. Grayscale: #727272. Windows color (decimal): -2471627 or 3492314. OLE color: 3492314.

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

Color convert

RGB 218 73 53 -
CMYK 0 0.67 0.76 0.15
HSL 7.27º 0.69% 0.53% -
HSV(B) 7.27º 0.76% 0.85% -
XYZ 31.94 19.93 5.53 -
YUV 114.08 93.54 202.13 -
System Red Green Blue C M Y K H S L
Decimal 218 73 53 0 0.67 0.76 0.15 7.27 0.69 0.53
Hex DA 49 35 0 43 4C F 7 45 35
Octal 332 111 65 0 103 114 17 7 105 65
Binary 11011010 1001001 110101 0 1000011 1001100 1111 111 1000101 110101

Color Harmonies of #DA4935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4935

Black with #DA4935

Text Example


Text Example

White with #DA4935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4935; }

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

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

background-color css

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

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

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

border-color css

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

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

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