Html Css Color HEX #DC094A Crimson

📋 copy color: '#DC094A'

red 220 ◦ green 9 ◦ blue 74

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

Shades of Crimson #DC094A

Tints of Crimson #DC094A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.42%

R = 72.61%
G = 2.97%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC094A (or 0xDC094A) is known color: Crimson. HEX triplet: DC, 09 and 4A. RGB value is (220,9,74). Sum of RGB (Red+Green+Blue) = 220+9+74=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC094A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC094A is #23F6B5. Grayscale: #4F4F4F. Windows color (decimal): -2356918 or 4852188. OLE color: 4852188.

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

Color convert

RGB 220 9 74 -
CMYK 0 0.96 0.66 0.14
HSL 341.52º 0.92% 0.45% -
HSV(B) 341.52º 0.96% 0.86% -
XYZ 30.85 15.91 7.92 -
YUV 79.5 124.9 228.21 -
System Red Green Blue C M Y K H S L
Decimal 220 9 74 0 0.96 0.66 0.14 341.52 0.92 0.45
Hex DC 9 4A 0 60 42 E 156 5C 2D
Octal 334 11 112 0 140 102 16 526 134 55
Binary 11011100 1001 1001010 0 1100000 1000010 1110 101010110 1011100 101101

Color Harmonies of #DC094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC094A

Black with #DC094A

Text Example


Text Example

White with #DC094A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC094A; }

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

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

background-color css

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

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

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

border-color css

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

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

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