Html Css Color HEX #DC0530 Crimson

📋 copy color: '#DC0530'

red 220 ◦ green 5 ◦ blue 48

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

Shades of Crimson #DC0530

Tints of Crimson #DC0530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

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

R = 80.59%
G = 1.83%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC0530 (or 0xDC0530) is known color: Crimson. HEX triplet: DC, 05 and 30. RGB value is (220,5,48). Sum of RGB (Red+Green+Blue) = 220+5+48=273 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.59% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0530 is #23FACF. Grayscale: #4A4A4A. Windows color (decimal): -2357968 or 3147228. OLE color: 3147228.

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

Color convert

RGB 220 5 48 -
CMYK 0 0.98 0.78 0.14
HSL 348º 0.96% 0.44% -
HSV(B) 348º 0.98% 0.86% -
XYZ 30.1 15.54 4.21 -
YUV 74.19 113.23 232 -
System Red Green Blue C M Y K H S L
Decimal 220 5 48 0 0.98 0.78 0.14 348 0.96 0.44
Hex DC 5 30 0 62 4E E 15C 60 2C
Octal 334 5 60 0 142 116 16 534 140 54
Binary 11011100 101 110000 0 1100010 1001110 1110 101011100 1100000 101100

Color Harmonies of #DC0530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0530

Black with #DC0530

Text Example


Text Example

White with #DC0530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0530; }

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

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

background-color css

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

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

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

border-color css

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

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

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