Html Css Color HEX #DC073A Crimson

📋 copy color: '#DC073A'

red 220 ◦ green 7 ◦ blue 58

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

Shades of Crimson #DC073A

Tints of Crimson #DC073A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.46%

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

R = 77.19%
G = 2.46%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC073A (or 0xDC073A) is known color: Crimson. HEX triplet: DC, 07 and 3A. RGB value is (220,7,58). Sum of RGB (Red+Green+Blue) = 220+7+58=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC073A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC073A is #23F8C5. Grayscale: #4C4C4C. Windows color (decimal): -2357446 or 3803100. OLE color: 3803100.

HSL color Cylindrical-coordinate representation of color #DC073A: hue angle of 345.63º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC073A is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 7 58 -
CMYK 0 0.97 0.74 0.14
HSL 345.63º 0.94% 0.45% -
HSV(B) 345.63º 0.97% 0.86% -
XYZ 30.35 15.67 5.43 -
YUV 76.5 117.57 230.35 -
System Red Green Blue C M Y K H S L
Decimal 220 7 58 0 0.97 0.74 0.14 345.63 0.94 0.45
Hex DC 7 3A 0 61 4A E 15A 5E 2D
Octal 334 7 72 0 141 112 16 532 136 55
Binary 11011100 111 111010 0 1100001 1001010 1110 101011010 1011110 101101

Color Harmonies of #DC073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC073A

Black with #DC073A

Text Example


Text Example

White with #DC073A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC073A; }

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

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

background-color css

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

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

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

border-color css

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

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

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