Html Css Color HEX #DA3C31 Cinnabar

📋 copy color: '#DA3C31'

red 218 ◦ green 60 ◦ blue 49

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

Shades of Cinnabar #DA3C31

Tints of Cinnabar #DA3C31

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.35%

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

R = 66.67%
G = 18.35%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA3C31 (or 0xDA3C31) is known color: Cinnabar. HEX triplet: DA, 3C and 31. RGB value is (218,60,49). Sum of RGB (Red+Green+Blue) = 218+60+49=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C31 is #25C3CE. Grayscale: #6A6A6A. Windows color (decimal): -2474959 or 3226842. OLE color: 3226842.

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

Color convert

RGB 218 60 49 -
CMYK 0 0.72 0.78 0.15
HSL 3.91º 0.7% 0.52% -
HSV(B) 3.91º 0.78% 0.85% -
XYZ 31.08 18.36 4.81 -
YUV 105.99 95.85 207.89 -
System Red Green Blue C M Y K H S L
Decimal 218 60 49 0 0.72 0.78 0.15 3.91 0.7 0.52
Hex DA 3C 31 0 48 4E F 4 46 34
Octal 332 74 61 0 110 116 17 4 106 64
Binary 11011010 111100 110001 0 1001000 1001110 1111 100 1000110 110100

Color Harmonies of #DA3C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C31

Black with #DA3C31

Text Example


Text Example

White with #DA3C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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