Html Css Color HEX #DA3B31 Cinnabar

📋 copy color: '#DA3B31'

red 218 ◦ green 59 ◦ blue 49

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

Shades of Cinnabar #DA3B31

Tints of Cinnabar #DA3B31

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.1%

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

R = 66.87%
G = 18.1%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA3B31 (or 0xDA3B31) is known color: Cinnabar. HEX triplet: DA, 3B and 31. RGB value is (218,59,49). Sum of RGB (Red+Green+Blue) = 218+59+49=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3B31 is #25C4CE. Grayscale: #696969. Windows color (decimal): -2475215 or 3226586. OLE color: 3226586.

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

Color convert

RGB 218 59 49 -
CMYK 0 0.73 0.78 0.15
HSL 3.55º 0.7% 0.52% -
HSV(B) 3.55º 0.78% 0.85% -
XYZ 31.03 18.26 4.79 -
YUV 105.4 96.18 208.31 -
System Red Green Blue C M Y K H S L
Decimal 218 59 49 0 0.73 0.78 0.15 3.55 0.7 0.52
Hex DA 3B 31 0 49 4E F 4 46 34
Octal 332 73 61 0 111 116 17 4 106 64
Binary 11011010 111011 110001 0 1001001 1001110 1111 100 1000110 110100

Color Harmonies of #DA3B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3B31

Black with #DA3B31

Text Example


Text Example

White with #DA3B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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