Html Css Color HEX #DC182E Crimson

📋 copy color: '#DC182E'

red 220 ◦ green 24 ◦ blue 46

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

Shades of Crimson #DC182E

Tints of Crimson #DC182E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.28%

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

R = 75.86%
G = 8.28%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC182E (or 0xDC182E) is known color: Crimson. HEX triplet: DC, 18 and 2E. RGB value is (220,24,46). Sum of RGB (Red+Green+Blue) = 220+24+46=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC182E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC182E is #23E7D1. Grayscale: #555555. Windows color (decimal): -2353106 or 3021020. OLE color: 3021020.

HSL color Cylindrical-coordinate representation of color #DC182E: hue angle of 353.27º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC182E is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 24 46 -
CMYK 0 0.89 0.79 0.14
HSL 353.27º 0.8% 0.48% -
HSV(B) 353.27º 0.89% 0.86% -
XYZ 30.33 16.07 4.09 -
YUV 85.11 105.93 224.21 -
System Red Green Blue C M Y K H S L
Decimal 220 24 46 0 0.89 0.79 0.14 353.27 0.8 0.48
Hex DC 18 2E 0 59 4F E 161 50 30
Octal 334 30 56 0 131 117 16 541 120 60
Binary 11011100 11000 101110 0 1011001 1001111 1110 101100001 1010000 110000

Color Harmonies of #DC182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC182E

Black with #DC182E

Text Example


Text Example

White with #DC182E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC182E; }

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

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

background-color css

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

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

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

border-color css

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

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

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