Html Css Color HEX #DC0228 Crimson

📋 copy color: '#DC0228'

red 220 ◦ green 2 ◦ blue 40

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

Shades of Crimson #DC0228

Tints of Crimson #DC0228

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

 BLUE value IS 40 (16.02% from 255) = 15.27%

R = 83.97%
G = 0.76%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC0228 (or 0xDC0228) is known color: Crimson. HEX triplet: DC, 02 and 28. RGB value is (220,2,40). Sum of RGB (Red+Green+Blue) = 220+2+40=262 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.97% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0228 is #23FDD7. Grayscale: #474747. Windows color (decimal): -2358744 or 2622172. OLE color: 2622172.

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

Color convert

RGB 220 2 40 -
CMYK 0 0.99 0.82 0.14
HSL 349.54º 0.98% 0.44% -
HSV(B) 349.54º 0.99% 0.86% -
XYZ 29.92 15.41 3.41 -
YUV 71.51 110.22 233.91 -
System Red Green Blue C M Y K H S L
Decimal 220 2 40 0 0.99 0.82 0.14 349.54 0.98 0.44
Hex DC 2 28 0 63 52 E 15E 62 2C
Octal 334 2 50 0 143 122 16 536 142 54
Binary 11011100 10 101000 0 1100011 1010010 1110 101011110 1100010 101100

Color Harmonies of #DC0228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0228

Black with #DC0228

Text Example


Text Example

White with #DC0228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0228; }

 p { color: rgb(220,2,40); }

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

background-color css

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

 a { background-color: rgb(220,2,40); }

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

border-color css

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

 span { border-color: rgb(220,2,40); }

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