Html Css Color HEX #DA3934 Cinnabar

📋 copy color: '#DA3934'

red 218 ◦ green 57 ◦ blue 52

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

Shades of Cinnabar #DA3934

Tints of Cinnabar #DA3934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.9%

R = 66.67%
G = 17.43%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA3934 (or 0xDA3934) is known color: Cinnabar. HEX triplet: DA, 39 and 34. RGB value is (218,57,52). Sum of RGB (Red+Green+Blue) = 218+57+52=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3934 is #25C6CB. Grayscale: #686868. Windows color (decimal): -2475724 or 3422682. OLE color: 3422682.

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

Color convert

RGB 218 57 52 -
CMYK 0 0.74 0.76 0.15
HSL 1.81º 0.69% 0.53% -
HSV(B) 1.81º 0.76% 0.85% -
XYZ 31 18.08 5.1 -
YUV 104.57 98.34 208.91 -
System Red Green Blue C M Y K H S L
Decimal 218 57 52 0 0.74 0.76 0.15 1.81 0.69 0.53
Hex DA 39 34 0 4A 4C F 2 45 35
Octal 332 71 64 0 112 114 17 2 105 65
Binary 11011010 111001 110100 0 1001010 1001100 1111 10 1000101 110101

Color Harmonies of #DA3934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3934

Black with #DA3934

Text Example


Text Example

White with #DA3934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3934; }

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

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

background-color css

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

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

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

border-color css

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

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

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