Html Css Color HEX #DC3E30 Cinnabar

📋 copy color: '#DC3E30'

red 220 ◦ green 62 ◦ blue 48

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

Shades of Cinnabar #DC3E30

Tints of Cinnabar #DC3E30

RGB

 RED value IS 220 (86.33% from 255) = 66.67%

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

 BLUE value IS 48 (19.14% from 255) = 14.55%

R = 66.67%
G = 18.79%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC3E30 (or 0xDC3E30) is known color: Cinnabar. HEX triplet: DC, 3E and 30. RGB value is (220,62,48). Sum of RGB (Red+Green+Blue) = 220+62+48=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E30 is #23C1CF. Grayscale: #6B6B6B. Windows color (decimal): -2343376 or 3161820. OLE color: 3161820.

HSL color Cylindrical-coordinate representation of color #DC3E30: hue angle of 4.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3E30 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 62 48 -
CMYK 0 0.72 0.78 0.14
HSL 4.88º 0.71% 0.53% -
HSV(B) 4.88º 0.78% 0.86% -
XYZ 31.77 18.87 4.76 -
YUV 107.65 94.35 208.14 -
System Red Green Blue C M Y K H S L
Decimal 220 62 48 0 0.72 0.78 0.14 4.88 0.71 0.53
Hex DC 3E 30 0 48 4E E 5 47 35
Octal 334 76 60 0 110 116 16 5 107 65
Binary 11011100 111110 110000 0 1001000 1001110 1110 101 1000111 110101

Color Harmonies of #DC3E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E30

Black with #DC3E30

Text Example


Text Example

White with #DC3E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E30; }

 p { color: rgb(220,62,48); }

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

background-color css

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

 a { background-color: rgb(220,62,48); }

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

border-color css

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

 span { border-color: rgb(220,62,48); }

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