Html Css Color HEX #DC0431 Crimson

📋 copy color: '#DC0431'

red 220 ◦ green 4 ◦ blue 49

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

Shades of Crimson #DC0431

Tints of Crimson #DC0431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.95%

R = 80.59%
G = 1.47%
B = 17.95%

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

#DC0431 (or 0xDC0431) is known color: Crimson. HEX triplet: DC, 04 and 31. RGB value is (220,4,49). Sum of RGB (Red+Green+Blue) = 220+4+49=273 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.59% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0431 is #23FBCE. Grayscale: #494949. Windows color (decimal): -2358223 or 3212508. OLE color: 3212508.

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

Color convert

RGB 220 4 49 -
CMYK 0 0.98 0.78 0.14
HSL 347.5º 0.96% 0.44% -
HSV(B) 347.5º 0.98% 0.86% -
XYZ 30.11 15.52 4.32 -
YUV 73.71 114.06 232.34 -
System Red Green Blue C M Y K H S L
Decimal 220 4 49 0 0.98 0.78 0.14 347.5 0.96 0.44
Hex DC 4 31 0 62 4E E 15C 60 2C
Octal 334 4 61 0 142 116 16 534 140 54
Binary 11011100 100 110001 0 1100010 1001110 1110 101011100 1100000 101100

Color Harmonies of #DC0431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0431

Black with #DC0431

Text Example


Text Example

White with #DC0431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0431; }

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

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

background-color css

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

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

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

border-color css

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

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

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