Html Css Color HEX #DA3931 Cinnabar

📋 copy color: '#DA3931'

red 218 ◦ green 57 ◦ blue 49

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

Shades of Cinnabar #DA3931

Tints of Cinnabar #DA3931

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.59%

 BLUE value IS 49 (19.53% from 255) = 15.12%

R = 67.28%
G = 17.59%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA3931 (or 0xDA3931) is known color: Cinnabar. HEX triplet: DA, 39 and 31. RGB value is (218,57,49). Sum of RGB (Red+Green+Blue) = 218+57+49=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3931 is #25C6CE. Grayscale: #686868. Windows color (decimal): -2475727 or 3226074. OLE color: 3226074.

HSL color Cylindrical-coordinate representation of color #DA3931: hue angle of 2.84º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3931 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 57 49 -
CMYK 0 0.74 0.78 0.15
HSL 2.84º 0.7% 0.52% -
HSV(B) 2.84º 0.78% 0.85% -
XYZ 30.93 18.05 4.76 -
YUV 104.23 96.84 209.15 -
System Red Green Blue C M Y K H S L
Decimal 218 57 49 0 0.74 0.78 0.15 2.84 0.7 0.52
Hex DA 39 31 0 4A 4E F 3 46 34
Octal 332 71 61 0 112 116 17 3 106 64
Binary 11011010 111001 110001 0 1001010 1001110 1111 11 1000110 110100

Color Harmonies of #DA3931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3931

Black with #DA3931

Text Example


Text Example

White with #DA3931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3931; }

 p { color: rgb(218,57,49); }

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

background-color css

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

 a { background-color: rgb(218,57,49); }

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

border-color css

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

 span { border-color: rgb(218,57,49); }

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