Html Css Color HEX #DC0429 Crimson

📋 copy color: '#DC0429'

red 220 ◦ green 4 ◦ blue 41

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

Shades of Crimson #DC0429

Tints of Crimson #DC0429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.47%

R = 83.02%
G = 1.51%
B = 15.47%

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

#DC0429 (or 0xDC0429) is known color: Crimson. HEX triplet: DC, 04 and 29. RGB value is (220,4,41). Sum of RGB (Red+Green+Blue) = 220+4+41=265 (35% of max value = 765). Red value is 220 (86.33% from 255 or 83.02% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0429 is #23FBD6. Grayscale: #484848. Windows color (decimal): -2358231 or 2688220. OLE color: 2688220.

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

Color convert

RGB 220 4 41 -
CMYK 0 0.98 0.81 0.14
HSL 349.72º 0.96% 0.44% -
HSV(B) 349.72º 0.98% 0.86% -
XYZ 29.96 15.46 3.5 -
YUV 72.8 110.06 232.99 -
System Red Green Blue C M Y K H S L
Decimal 220 4 41 0 0.98 0.81 0.14 349.72 0.96 0.44
Hex DC 4 29 0 62 51 E 15E 60 2C
Octal 334 4 51 0 142 121 16 536 140 54
Binary 11011100 100 101001 0 1100010 1010001 1110 101011110 1100000 101100

Color Harmonies of #DC0429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0429

Black with #DC0429

Text Example


Text Example

White with #DC0429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0429; }

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

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

background-color css

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

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

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

border-color css

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

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

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