Html Css Color HEX #DC092D Crimson

📋 copy color: '#DC092D'

red 220 ◦ green 9 ◦ blue 45

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

Shades of Crimson #DC092D

Tints of Crimson #DC092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.42%

R = 80.29%
G = 3.28%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC092D (or 0xDC092D) is known color: Crimson. HEX triplet: DC, 09 and 2D. RGB value is (220,9,45). Sum of RGB (Red+Green+Blue) = 220+9+45=274 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.29% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 220 - color contains mainly: red. Hex color #DC092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC092D is #23F6D2. Grayscale: #4C4C4C. Windows color (decimal): -2356947 or 2951644. OLE color: 2951644.

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

Color convert

RGB 220 9 45 -
CMYK 0 0.96 0.80 0.14
HSL 349.76º 0.92% 0.45% -
HSV(B) 349.76º 0.96% 0.86% -
XYZ 30.09 15.6 3.91 -
YUV 76.19 110.4 230.57 -
System Red Green Blue C M Y K H S L
Decimal 220 9 45 0 0.96 0.80 0.14 349.76 0.92 0.45
Hex DC 9 2D 0 60 50 E 15E 5C 2D
Octal 334 11 55 0 140 120 16 536 134 55
Binary 11011100 1001 101101 0 1100000 1010000 1110 101011110 1011100 101101

Color Harmonies of #DC092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC092D

Black with #DC092D

Text Example


Text Example

White with #DC092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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