Html Css Color HEX #DC022A Crimson

📋 copy color: '#DC022A'

red 220 ◦ green 2 ◦ blue 42

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

Shades of Crimson #DC022A

Tints of Crimson #DC022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.91%

R = 83.33%
G = 0.76%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC022A (or 0xDC022A) is known color: Crimson. HEX triplet: DC, 02 and 2A. RGB value is (220,2,42). Sum of RGB (Red+Green+Blue) = 220+2+42=264 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.33% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 220 - color contains mainly: red. Hex color #DC022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC022A is #23FDD5. Grayscale: #474747. Windows color (decimal): -2358742 or 2753244. OLE color: 2753244.

HSL color Cylindrical-coordinate representation of color #DC022A: hue angle of 348.99º 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 #DC022A is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 2 42 -
CMYK 0 0.99 0.81 0.14
HSL 348.99º 0.98% 0.44% -
HSV(B) 348.99º 0.99% 0.86% -
XYZ 29.95 15.43 3.59 -
YUV 71.74 111.22 233.75 -
System Red Green Blue C M Y K H S L
Decimal 220 2 42 0 0.99 0.81 0.14 348.99 0.98 0.44
Hex DC 2 2A 0 63 51 E 15D 62 2C
Octal 334 2 52 0 143 121 16 535 142 54
Binary 11011100 10 101010 0 1100011 1010001 1110 101011101 1100010 101100

Color Harmonies of #DC022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC022A

Black with #DC022A

Text Example


Text Example

White with #DC022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC022A; }

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

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

background-color css

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

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

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

border-color css

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

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

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