Html Css Color HEX #DC042A Crimson

📋 copy color: '#DC042A'

red 220 ◦ green 4 ◦ blue 42

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

Shades of Crimson #DC042A

Tints of Crimson #DC042A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

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

R = 82.71%
G = 1.5%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC042A (or 0xDC042A) is known color: Crimson. HEX triplet: DC, 04 and 2A. RGB value is (220,4,42). Sum of RGB (Red+Green+Blue) = 220+4+42=266 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.71% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 220 - color contains mainly: red. Hex color #DC042A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC042A is #23FBD5. Grayscale: #484848. Windows color (decimal): -2358230 or 2753756. OLE color: 2753756.

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

Color convert

RGB 220 4 42 -
CMYK 0 0.98 0.81 0.14
HSL 349.44º 0.96% 0.44% -
HSV(B) 349.44º 0.98% 0.86% -
XYZ 29.98 15.47 3.6 -
YUV 72.92 110.56 232.91 -
System Red Green Blue C M Y K H S L
Decimal 220 4 42 0 0.98 0.81 0.14 349.44 0.96 0.44
Hex DC 4 2A 0 62 51 E 15D 60 2C
Octal 334 4 52 0 142 121 16 535 140 54
Binary 11011100 100 101010 0 1100010 1010001 1110 101011101 1100000 101100

Color Harmonies of #DC042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC042A

Black with #DC042A

Text Example


Text Example

White with #DC042A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC042A; }

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

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

background-color css

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

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

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

border-color css

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

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

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