Html Css Color HEX #DC042B Crimson

📋 copy color: '#DC042B'

red 220 ◦ green 4 ◦ blue 43

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

Shades of Crimson #DC042B

Tints of Crimson #DC042B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.1%

R = 82.4%
G = 1.5%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC042B (or 0xDC042B) is known color: Crimson. HEX triplet: DC, 04 and 2B. RGB value is (220,4,43). Sum of RGB (Red+Green+Blue) = 220+4+43=267 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.40% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 220 - color contains mainly: red. Hex color #DC042B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC042B is #23FBD4. Grayscale: #494949. Windows color (decimal): -2358229 or 2819292. OLE color: 2819292.

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

Color convert

RGB 220 4 43 -
CMYK 0 0.98 0.80 0.14
HSL 349.17º 0.96% 0.44% -
HSV(B) 349.17º 0.98% 0.86% -
XYZ 29.99 15.48 3.69 -
YUV 73.03 111.06 232.83 -
System Red Green Blue C M Y K H S L
Decimal 220 4 43 0 0.98 0.80 0.14 349.17 0.96 0.44
Hex DC 4 2B 0 62 50 E 15D 60 2C
Octal 334 4 53 0 142 120 16 535 140 54
Binary 11011100 100 101011 0 1100010 1010000 1110 101011101 1100000 101100

Color Harmonies of #DC042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC042B

Black with #DC042B

Text Example


Text Example

White with #DC042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC042B; }

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

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

background-color css

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

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

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

border-color css

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

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

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