Html Css Color HEX #DD083D Crimson

📋 copy color: '#DD083D'

red 221 ◦ green 8 ◦ blue 61

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

Shades of Crimson #DD083D

Tints of Crimson #DD083D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.03%

R = 76.21%
G = 2.76%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD083D (or 0xDD083D) is known color: Crimson. HEX triplet: DD, 08 and 3D. RGB value is (221,8,61). Sum of RGB (Red+Green+Blue) = 221+8+61=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD083D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD083D is #22F7C2. Grayscale: #4D4D4D. Windows color (decimal): -2291651 or 3999965. OLE color: 3999965.

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

Color convert

RGB 221 8 61 -
CMYK 0 0.96 0.72 0.13
HSL 345.07º 0.93% 0.45% -
HSV(B) 345.07º 0.96% 0.87% -
XYZ 30.75 15.88 5.86 -
YUV 77.73 118.57 230.19 -
System Red Green Blue C M Y K H S L
Decimal 221 8 61 0 0.96 0.72 0.13 345.07 0.93 0.45
Hex DD 8 3D 0 60 48 D 159 5D 2D
Octal 335 10 75 0 140 110 15 531 135 55
Binary 11011101 1000 111101 0 1100000 1001000 1101 101011001 1011101 101101

Color Harmonies of #DD083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD083D

Black with #DD083D

Text Example


Text Example

White with #DD083D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD083D; }

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

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

background-color css

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

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

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

border-color css

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

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

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