Html Css Color HEX #DA3933 Cinnabar

📋 copy color: '#DA3933'

red 218 ◦ green 57 ◦ blue 51

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

Shades of Cinnabar #DA3933

Tints of Cinnabar #DA3933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.64%

R = 66.87%
G = 17.48%
B = 15.64%

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

#DA3933 (or 0xDA3933) is known color: Cinnabar. HEX triplet: DA, 39 and 33. RGB value is (218,57,51). Sum of RGB (Red+Green+Blue) = 218+57+51=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3933 is #25C6CC. Grayscale: #686868. Windows color (decimal): -2475725 or 3357146. OLE color: 3357146.

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

Color convert

RGB 218 57 51 -
CMYK 0 0.74 0.77 0.15
HSL 2.16º 0.69% 0.53% -
HSV(B) 2.16º 0.77% 0.85% -
XYZ 30.97 18.07 4.99 -
YUV 104.46 97.84 208.99 -
System Red Green Blue C M Y K H S L
Decimal 218 57 51 0 0.74 0.77 0.15 2.16 0.69 0.53
Hex DA 39 33 0 4A 4D F 2 45 35
Octal 332 71 63 0 112 115 17 2 105 65
Binary 11011010 111001 110011 0 1001010 1001101 1111 10 1000101 110101

Color Harmonies of #DA3933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3933

Black with #DA3933

Text Example


Text Example

White with #DA3933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3933; }

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

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

background-color css

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

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

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

border-color css

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

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

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