Html Css Color HEX #DD083A Crimson

📋 copy color: '#DD083A'

red 221 ◦ green 8 ◦ blue 58

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

Shades of Crimson #DD083A

Tints of Crimson #DD083A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.21%

R = 77%
G = 2.79%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD083A (or 0xDD083A) is known color: Crimson. HEX triplet: DD, 08 and 3A. RGB value is (221,8,58). Sum of RGB (Red+Green+Blue) = 221+8+58=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD083A is #22F7C5. Grayscale: #4D4D4D. Windows color (decimal): -2291654 or 3803357. OLE color: 3803357.

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

Color convert

RGB 221 8 58 -
CMYK 0 0.96 0.74 0.13
HSL 345.92º 0.93% 0.45% -
HSV(B) 345.92º 0.96% 0.87% -
XYZ 30.67 15.85 5.45 -
YUV 77.39 117.07 230.43 -
System Red Green Blue C M Y K H S L
Decimal 221 8 58 0 0.96 0.74 0.13 345.92 0.93 0.45
Hex DD 8 3A 0 60 4A D 15A 5D 2D
Octal 335 10 72 0 140 112 15 532 135 55
Binary 11011101 1000 111010 0 1100000 1001010 1101 101011010 1011101 101101

Color Harmonies of #DD083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD083A

Black with #DD083A

Text Example


Text Example

White with #DD083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD083A; }

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

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

background-color css

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

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

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

border-color css

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

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

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