Html Css Color HEX #DC023B Crimson

📋 copy color: '#DC023B'

red 220 ◦ green 2 ◦ blue 59

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

Shades of Crimson #DC023B

Tints of Crimson #DC023B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21%

R = 78.29%
G = 0.71%
B = 21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC023B (or 0xDC023B) is known color: Crimson. HEX triplet: DC, 02 and 3B. RGB value is (220,2,59). Sum of RGB (Red+Green+Blue) = 220+2+59=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC023B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC023B is #23FDC4. Grayscale: #494949. Windows color (decimal): -2358725 or 3867356. OLE color: 3867356.

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

Color convert

RGB 220 2 59 -
CMYK 0 0.99 0.73 0.14
HSL 344.31º 0.98% 0.44% -
HSV(B) 344.31º 0.99% 0.86% -
XYZ 30.33 15.57 5.55 -
YUV 73.68 119.72 232.37 -
System Red Green Blue C M Y K H S L
Decimal 220 2 59 0 0.99 0.73 0.14 344.31 0.98 0.44
Hex DC 2 3B 0 63 49 E 158 62 2C
Octal 334 2 73 0 143 111 16 530 142 54
Binary 11011100 10 111011 0 1100011 1001001 1110 101011000 1100010 101100

Color Harmonies of #DC023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC023B

Black with #DC023B

Text Example


Text Example

White with #DC023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC023B; }

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

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

background-color css

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

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

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

border-color css

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

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

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