Html Css Color HEX #DC0030 Crimson

📋 copy color: '#DC0030'

red 220 ◦ green 0 ◦ blue 48

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

Shades of Crimson #DC0030

Tints of Crimson #DC0030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.09%
G = 0%
B = 17.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC0030 (or 0xDC0030) is known color: Crimson. HEX triplet: DC, 00 and 30. RGB value is (220,0,48). Sum of RGB (Red+Green+Blue) = 220+0+48=268 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.09% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0030 is #23FFCF. Grayscale: #474747. Windows color (decimal): -2359248 or 3145948. OLE color: 3145948.

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

Color convert

RGB 220 0 48 -
CMYK 0 1 0.78 0.14
HSL 346.91º 1% 0.43% -
HSV(B) 346.91º 1% 0.86% -
XYZ 30.05 15.43 4.19 -
YUV 71.25 114.89 234.1 -
System Red Green Blue C M Y K H S L
Decimal 220 0 48 0 1 0.78 0.14 346.91 1 0.43
Hex DC 0 30 0 64 4E E 15B 64 2B
Octal 334 0 60 0 144 116 16 533 144 53
Binary 11011100 0 110000 0 1100100 1001110 1110 101011011 1100100 101011

Color Harmonies of #DC0030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0030

Black with #DC0030

Text Example


Text Example

White with #DC0030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0030; }

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

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

background-color css

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

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

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

border-color css

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

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

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