Html Css Color HEX #DD133B Crimson

📋 copy color: '#DD133B'

red 221 ◦ green 19 ◦ blue 59

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

Shades of Crimson #DD133B

Tints of Crimson #DD133B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.35%

 BLUE value IS 59 (23.44% from 255) = 19.73%

R = 73.91%
G = 6.35%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD133B (or 0xDD133B) is known color: Crimson. HEX triplet: DD, 13 and 3B. RGB value is (221,19,59). Sum of RGB (Red+Green+Blue) = 221+19+59=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD133B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD133B is #22ECC4. Grayscale: #535353. Windows color (decimal): -2288837 or 3871709. OLE color: 3871709.

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

Color convert

RGB 221 19 59 -
CMYK 0 0.91 0.73 0.13
HSL 348.12º 0.84% 0.47% -
HSV(B) 348.12º 0.91% 0.87% -
XYZ 30.84 16.15 5.63 -
YUV 83.96 113.92 225.75 -
System Red Green Blue C M Y K H S L
Decimal 221 19 59 0 0.91 0.73 0.13 348.12 0.84 0.47
Hex DD 13 3B 0 5B 49 D 15C 54 2F
Octal 335 23 73 0 133 111 15 534 124 57
Binary 11011101 10011 111011 0 1011011 1001001 1101 101011100 1010100 101111

Color Harmonies of #DD133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD133B

Black with #DD133B

Text Example


Text Example

White with #DD133B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD133B; }

 p { color: rgb(221,19,59); }

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

background-color css

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

 a { background-color: rgb(221,19,59); }

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

border-color css

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

 span { border-color: rgb(221,19,59); }

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