Html Css Color HEX #DC073D Crimson

📋 copy color: '#DC073D'

red 220 ◦ green 7 ◦ blue 61

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

Shades of Crimson #DC073D

Tints of Crimson #DC073D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.18%

R = 76.39%
G = 2.43%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC073D (or 0xDC073D) is known color: Crimson. HEX triplet: DC, 07 and 3D. RGB value is (220,7,61). Sum of RGB (Red+Green+Blue) = 220+7+61=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC073D is #23F8C2. Grayscale: #4C4C4C. Windows color (decimal): -2357443 or 3999708. OLE color: 3999708.

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

Color convert

RGB 220 7 61 -
CMYK 0 0.97 0.72 0.14
HSL 344.79º 0.94% 0.45% -
HSV(B) 344.79º 0.97% 0.86% -
XYZ 30.43 15.7 5.84 -
YUV 76.84 119.07 230.11 -
System Red Green Blue C M Y K H S L
Decimal 220 7 61 0 0.97 0.72 0.14 344.79 0.94 0.45
Hex DC 7 3D 0 61 48 E 159 5E 2D
Octal 334 7 75 0 141 110 16 531 136 55
Binary 11011100 111 111101 0 1100001 1001000 1110 101011001 1011110 101101

Color Harmonies of #DC073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC073D

Black with #DC073D

Text Example


Text Example

White with #DC073D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC073D; }

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

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

background-color css

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

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

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

border-color css

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

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

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