Html Css Color HEX #DC023F Crimson

📋 copy color: '#DC023F'

red 220 ◦ green 2 ◦ blue 63

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

Shades of Crimson #DC023F

Tints of Crimson #DC023F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.11%

R = 77.19%
G = 0.7%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC023F (or 0xDC023F) is known color: Crimson. HEX triplet: DC, 02 and 3F. RGB value is (220,2,63). Sum of RGB (Red+Green+Blue) = 220+2+63=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC023F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC023F is #23FDC0. Grayscale: #4A4A4A. Windows color (decimal): -2358721 or 4129500. OLE color: 4129500.

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

Color convert

RGB 220 2 63 -
CMYK 0 0.99 0.71 0.14
HSL 343.21º 0.98% 0.44% -
HSV(B) 343.21º 0.99% 0.86% -
XYZ 30.43 15.62 6.11 -
YUV 74.14 121.72 232.04 -
System Red Green Blue C M Y K H S L
Decimal 220 2 63 0 0.99 0.71 0.14 343.21 0.98 0.44
Hex DC 2 3F 0 63 47 E 157 62 2C
Octal 334 2 77 0 143 107 16 527 142 54
Binary 11011100 10 111111 0 1100011 1000111 1110 101010111 1100010 101100

Color Harmonies of #DC023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC023F

Black with #DC023F

Text Example


Text Example

White with #DC023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC023F; }

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

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

background-color css

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

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

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

border-color css

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

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

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