Html Css Color HEX #DC033A Crimson

📋 copy color: '#DC033A'

red 220 ◦ green 3 ◦ blue 58

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

Shades of Crimson #DC033A

Tints of Crimson #DC033A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.64%

R = 78.29%
G = 1.07%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC033A (or 0xDC033A) is known color: Crimson. HEX triplet: DC, 03 and 3A. RGB value is (220,3,58). Sum of RGB (Red+Green+Blue) = 220+3+58=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC033A is #23FCC5. Grayscale: #4A4A4A. Windows color (decimal): -2358470 or 3802076. OLE color: 3802076.

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

Color convert

RGB 220 3 58 -
CMYK 0 0.99 0.74 0.14
HSL 344.79º 0.97% 0.44% -
HSV(B) 344.79º 0.99% 0.86% -
XYZ 30.31 15.59 5.41 -
YUV 74.15 118.89 232.03 -
System Red Green Blue C M Y K H S L
Decimal 220 3 58 0 0.99 0.74 0.14 344.79 0.97 0.44
Hex DC 3 3A 0 63 4A E 159 61 2C
Octal 334 3 72 0 143 112 16 531 141 54
Binary 11011100 11 111010 0 1100011 1001010 1110 101011001 1100001 101100

Color Harmonies of #DC033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC033A

Black with #DC033A

Text Example


Text Example

White with #DC033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC033A; }

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

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

background-color css

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

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

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

border-color css

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

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

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