Html Css Color HEX #DA3C37 Cinnabar

📋 copy color: '#DA3C37'

red 218 ◦ green 60 ◦ blue 55

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

Shades of Cinnabar #DA3C37

Tints of Cinnabar #DA3C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.52%

R = 65.47%
G = 18.02%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA3C37 (or 0xDA3C37) is known color: Cinnabar. HEX triplet: DA, 3C and 37. RGB value is (218,60,55). Sum of RGB (Red+Green+Blue) = 218+60+55=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C37 is #25C3C8. Grayscale: #6A6A6A. Windows color (decimal): -2474953 or 3620058. OLE color: 3620058.

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

Color convert

RGB 218 60 55 -
CMYK 0 0.72 0.75 0.15
HSL 1.84º 0.69% 0.54% -
HSV(B) 1.84º 0.75% 0.85% -
XYZ 31.22 18.41 5.52 -
YUV 106.67 98.85 207.41 -
System Red Green Blue C M Y K H S L
Decimal 218 60 55 0 0.72 0.75 0.15 1.84 0.69 0.54
Hex DA 3C 37 0 48 4B F 2 45 36
Octal 332 74 67 0 110 113 17 2 105 66
Binary 11011010 111100 110111 0 1001000 1001011 1111 10 1000101 110110

Color Harmonies of #DA3C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C37

Black with #DA3C37

Text Example


Text Example

White with #DA3C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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