Html Css Color HEX #DC033F Crimson

📋 copy color: '#DC033F'

red 220 ◦ green 3 ◦ blue 63

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

Shades of Crimson #DC033F

Tints of Crimson #DC033F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

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

R = 76.92%
G = 1.05%
B = 22.03%

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

#DC033F (or 0xDC033F) is known color: Crimson. HEX triplet: DC, 03 and 3F. RGB value is (220,3,63). Sum of RGB (Red+Green+Blue) = 220+3+63=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC033F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC033F is #23FCC0. Grayscale: #4A4A4A. Windows color (decimal): -2358465 or 4129756. OLE color: 4129756.

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

Color convert

RGB 220 3 63 -
CMYK 0 0.99 0.71 0.14
HSL 343.41º 0.97% 0.44% -
HSV(B) 343.41º 0.99% 0.86% -
XYZ 30.44 15.64 6.12 -
YUV 74.72 121.39 231.62 -
System Red Green Blue C M Y K H S L
Decimal 220 3 63 0 0.99 0.71 0.14 343.41 0.97 0.44
Hex DC 3 3F 0 63 47 E 157 61 2C
Octal 334 3 77 0 143 107 16 527 141 54
Binary 11011100 11 111111 0 1100011 1000111 1110 101010111 1100001 101100

Color Harmonies of #DC033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC033F

Black with #DC033F

Text Example


Text Example

White with #DC033F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC033F; }

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

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

background-color css

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

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

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

border-color css

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

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

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