Html Css Color HEX #DC092E Crimson

📋 copy color: '#DC092E'

red 220 ◦ green 9 ◦ blue 46

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

Shades of Crimson #DC092E

Tints of Crimson #DC092E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.73%

R = 80%
G = 3.27%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC092E (or 0xDC092E) is known color: Crimson. HEX triplet: DC, 09 and 2E. RGB value is (220,9,46). Sum of RGB (Red+Green+Blue) = 220+9+46=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC092E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC092E is #23F6D1. Grayscale: #4C4C4C. Windows color (decimal): -2356946 or 3017180. OLE color: 3017180.

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

Color convert

RGB 220 9 46 -
CMYK 0 0.96 0.79 0.14
HSL 349.48º 0.92% 0.45% -
HSV(B) 349.48º 0.96% 0.86% -
XYZ 30.11 15.61 4.01 -
YUV 76.31 110.9 230.49 -
System Red Green Blue C M Y K H S L
Decimal 220 9 46 0 0.96 0.79 0.14 349.48 0.92 0.45
Hex DC 9 2E 0 60 4F E 15D 5C 2D
Octal 334 11 56 0 140 117 16 535 134 55
Binary 11011100 1001 101110 0 1100000 1001111 1110 101011101 1011100 101101

Color Harmonies of #DC092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC092E

Black with #DC092E

Text Example


Text Example

White with #DC092E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC092E; }

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

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

background-color css

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

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

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

border-color css

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

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

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