Html Css Color HEX #DD083C Crimson

📋 copy color: '#DD083C'

red 221 ◦ green 8 ◦ blue 60

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

Shades of Crimson #DD083C

Tints of Crimson #DD083C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.77%

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

R = 76.47%
G = 2.77%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD083C (or 0xDD083C) is known color: Crimson. HEX triplet: DD, 08 and 3C. RGB value is (221,8,60). Sum of RGB (Red+Green+Blue) = 221+8+60=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD083C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD083C is #22F7C3. Grayscale: #4D4D4D. Windows color (decimal): -2291652 or 3934429. OLE color: 3934429.

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

Color convert

RGB 221 8 60 -
CMYK 0 0.96 0.73 0.13
HSL 345.35º 0.93% 0.45% -
HSV(B) 345.35º 0.96% 0.87% -
XYZ 30.72 15.87 5.72 -
YUV 77.62 118.07 230.27 -
System Red Green Blue C M Y K H S L
Decimal 221 8 60 0 0.96 0.73 0.13 345.35 0.93 0.45
Hex DD 8 3C 0 60 49 D 159 5D 2D
Octal 335 10 74 0 140 111 15 531 135 55
Binary 11011101 1000 111100 0 1100000 1001001 1101 101011001 1011101 101101

Color Harmonies of #DD083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD083C

Black with #DD083C

Text Example


Text Example

White with #DD083C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD083C; }

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

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

background-color css

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

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

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

border-color css

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

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

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