Html Css Color HEX #DD183C Crimson

📋 copy color: '#DD183C'

red 221 ◦ green 24 ◦ blue 60

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

Shades of Crimson #DD183C

Tints of Crimson #DD183C

RGB

 RED value IS 221 (86.72% from 255) = 72.46%

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

 BLUE value IS 60 (23.83% from 255) = 19.67%

R = 72.46%
G = 7.87%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD183C (or 0xDD183C) is known color: Crimson. HEX triplet: DD, 18 and 3C. RGB value is (221,24,60). Sum of RGB (Red+Green+Blue) = 221+24+60=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD183C is #22E7C3. Grayscale: #575757. Windows color (decimal): -2287556 or 3938525. OLE color: 3938525.

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

Color convert

RGB 221 24 60 -
CMYK 0 0.89 0.73 0.13
HSL 349.04º 0.8% 0.48% -
HSV(B) 349.04º 0.89% 0.87% -
XYZ 30.96 16.35 5.8 -
YUV 87.01 112.77 223.57 -
System Red Green Blue C M Y K H S L
Decimal 221 24 60 0 0.89 0.73 0.13 349.04 0.8 0.48
Hex DD 18 3C 0 59 49 D 15D 50 30
Octal 335 30 74 0 131 111 15 535 120 60
Binary 11011101 11000 111100 0 1011001 1001001 1101 101011101 1010000 110000

Color Harmonies of #DD183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD183C

Black with #DD183C

Text Example


Text Example

White with #DD183C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD183C; }

 p { color: rgb(221,24,60); }

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

background-color css

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

 a { background-color: rgb(221,24,60); }

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

border-color css

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

 span { border-color: rgb(221,24,60); }

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