Html Css Color HEX #DA3A36 Cinnabar

📋 copy color: '#DA3A36'

red 218 ◦ green 58 ◦ blue 54

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

Shades of Cinnabar #DA3A36

Tints of Cinnabar #DA3A36

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.58%

 BLUE value IS 54 (21.48% from 255) = 16.36%

R = 66.06%
G = 17.58%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA3A36 (or 0xDA3A36) is known color: Cinnabar. HEX triplet: DA, 3A and 36. RGB value is (218,58,54). Sum of RGB (Red+Green+Blue) = 218+58+54=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3A36 is #25C5C9. Grayscale: #696969. Windows color (decimal): -2475466 or 3554010. OLE color: 3554010.

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

Color convert

RGB 218 58 54 -
CMYK 0 0.73 0.75 0.15
HSL 1.46º 0.69% 0.53% -
HSV(B) 1.46º 0.75% 0.85% -
XYZ 31.09 18.2 5.36 -
YUV 105.38 99.01 208.33 -
System Red Green Blue C M Y K H S L
Decimal 218 58 54 0 0.73 0.75 0.15 1.46 0.69 0.53
Hex DA 3A 36 0 49 4B F 1 45 35
Octal 332 72 66 0 111 113 17 1 105 65
Binary 11011010 111010 110110 0 1001001 1001011 1111 1 1000101 110101

Color Harmonies of #DA3A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3A36

Black with #DA3A36

Text Example


Text Example

White with #DA3A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3A36; }

 p { color: rgb(218,58,54); }

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

background-color css

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

 a { background-color: rgb(218,58,54); }

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

border-color css

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

 span { border-color: rgb(218,58,54); }

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