Html Css Color HEX #DC033C Crimson

📋 copy color: '#DC033C'

red 220 ◦ green 3 ◦ blue 60

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

Shades of Crimson #DC033C

Tints of Crimson #DC033C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.2%

R = 77.74%
G = 1.06%
B = 21.2%

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

#DC033C (or 0xDC033C) is known color: Crimson. HEX triplet: DC, 03 and 3C. RGB value is (220,3,60). Sum of RGB (Red+Green+Blue) = 220+3+60=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC033C is #23FCC3. Grayscale: #4A4A4A. Windows color (decimal): -2358468 or 3933148. OLE color: 3933148.

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

Color convert

RGB 220 3 60 -
CMYK 0 0.99 0.73 0.14
HSL 344.24º 0.97% 0.44% -
HSV(B) 344.24º 0.99% 0.86% -
XYZ 30.36 15.61 5.69 -
YUV 74.38 119.89 231.87 -
System Red Green Blue C M Y K H S L
Decimal 220 3 60 0 0.99 0.73 0.14 344.24 0.97 0.44
Hex DC 3 3C 0 63 49 E 158 61 2C
Octal 334 3 74 0 143 111 16 530 141 54
Binary 11011100 11 111100 0 1100011 1001001 1110 101011000 1100001 101100

Color Harmonies of #DC033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC033C

Black with #DC033C

Text Example


Text Example

White with #DC033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC033C; }

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

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

background-color css

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

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

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

border-color css

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

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

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