Html Css Color HEX #DC092C Crimson

📋 copy color: '#DC092C'

red 220 ◦ green 9 ◦ blue 44

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

Shades of Crimson #DC092C

Tints of Crimson #DC092C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.12%

R = 80.59%
G = 3.3%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DC092C (or 0xDC092C) is known color: Crimson. HEX triplet: DC, 09 and 2C. RGB value is (220,9,44). Sum of RGB (Red+Green+Blue) = 220+9+44=273 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.59% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 220 - color contains mainly: red. Hex color #DC092C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC092C is #23F6D3. Grayscale: #4C4C4C. Windows color (decimal): -2356948 or 2886108. OLE color: 2886108.

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

Color convert

RGB 220 9 44 -
CMYK 0 0.96 0.8 0.14
HSL 350.05º 0.92% 0.45% -
HSV(B) 350.05º 0.96% 0.86% -
XYZ 30.07 15.59 3.81 -
YUV 76.08 109.9 230.65 -
System Red Green Blue C M Y K H S L
Decimal 220 9 44 0 0.96 0.8 0.14 350.05 0.92 0.45
Hex DC 9 2C 0 60 50 E 15E 5C 2D
Octal 334 11 54 0 140 120 16 536 134 55
Binary 11011100 1001 101100 0 1100000 1010000 1110 101011110 1011100 101101

Color Harmonies of #DC092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC092C

Black with #DC092C

Text Example


Text Example

White with #DC092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC092C; }

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

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

background-color css

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

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

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

border-color css

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

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

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