Html Css Color HEX #DC093D Crimson

📋 copy color: '#DC093D'

red 220 ◦ green 9 ◦ blue 61

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

Shades of Crimson #DC093D

Tints of Crimson #DC093D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.1%

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

R = 75.86%
G = 3.1%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC093D (or 0xDC093D) is known color: Crimson. HEX triplet: DC, 09 and 3D. RGB value is (220,9,61). Sum of RGB (Red+Green+Blue) = 220+9+61=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC093D is #23F6C2. Grayscale: #4E4E4E. Windows color (decimal): -2356931 or 4000220. OLE color: 4000220.

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

Color convert

RGB 220 9 61 -
CMYK 0 0.96 0.72 0.14
HSL 345.21º 0.92% 0.45% -
HSV(B) 345.21º 0.96% 0.86% -
XYZ 30.46 15.75 5.85 -
YUV 78.02 118.4 229.27 -
System Red Green Blue C M Y K H S L
Decimal 220 9 61 0 0.96 0.72 0.14 345.21 0.92 0.45
Hex DC 9 3D 0 60 48 E 159 5C 2D
Octal 334 11 75 0 140 110 16 531 134 55
Binary 11011100 1001 111101 0 1100000 1001000 1110 101011001 1011100 101101

Color Harmonies of #DC093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC093D

Black with #DC093D

Text Example


Text Example

White with #DC093D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC093D; }

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

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

background-color css

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

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

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

border-color css

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

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

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