Html Css Color HEX #DA3E3C Cinnabar

📋 copy color: '#DA3E3C'

red 218 ◦ green 62 ◦ blue 60

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

Shades of Cinnabar #DA3E3C

Tints of Cinnabar #DA3E3C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.24%

 BLUE value IS 60 (23.83% from 255) = 17.65%

R = 64.12%
G = 18.24%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA3E3C (or 0xDA3E3C) is known color: Cinnabar. HEX triplet: DA, 3E and 3C. RGB value is (218,62,60). Sum of RGB (Red+Green+Blue) = 218+62+60=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3E3C is #25C1C3. Grayscale: #6C6C6C. Windows color (decimal): -2474436 or 3948250. OLE color: 3948250.

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

Color convert

RGB 218 62 60 -
CMYK 0 0.72 0.72 0.15
HSL 0.76º 0.68% 0.55% -
HSV(B) 0.76º 0.72% 0.85% -
XYZ 31.45 18.68 6.22 -
YUV 108.42 100.68 206.16 -
System Red Green Blue C M Y K H S L
Decimal 218 62 60 0 0.72 0.72 0.15 0.76 0.68 0.55
Hex DA 3E 3C 0 48 48 F 1 44 37
Octal 332 76 74 0 110 110 17 1 104 67
Binary 11011010 111110 111100 0 1001000 1001000 1111 1 1000100 110111

Color Harmonies of #DA3E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3E3C

Black with #DA3E3C

Text Example


Text Example

White with #DA3E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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