Html Css Color HEX #DA3932 Cinnabar

📋 copy color: '#DA3932'

red 218 ◦ green 57 ◦ blue 50

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

Shades of Cinnabar #DA3932

Tints of Cinnabar #DA3932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.38%

R = 67.08%
G = 17.54%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA3932 (or 0xDA3932) is known color: Cinnabar. HEX triplet: DA, 39 and 32. RGB value is (218,57,50). Sum of RGB (Red+Green+Blue) = 218+57+50=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3932 is #25C6CD. Grayscale: #686868. Windows color (decimal): -2475726 or 3291610. OLE color: 3291610.

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

Color convert

RGB 218 57 50 -
CMYK 0 0.74 0.77 0.15
HSL 2.5º 0.69% 0.53% -
HSV(B) 2.5º 0.77% 0.85% -
XYZ 30.95 18.06 4.87 -
YUV 104.34 97.34 209.07 -
System Red Green Blue C M Y K H S L
Decimal 218 57 50 0 0.74 0.77 0.15 2.5 0.69 0.53
Hex DA 39 32 0 4A 4D F 2 45 35
Octal 332 71 62 0 112 115 17 2 105 65
Binary 11011010 111001 110010 0 1001010 1001101 1111 10 1000101 110101

Color Harmonies of #DA3932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3932

Black with #DA3932

Text Example


Text Example

White with #DA3932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3932; }

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

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

background-color css

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

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

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

border-color css

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

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

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