Html Css Color HEX #DD102F Crimson

📋 copy color: '#DD102F'

red 221 ◦ green 16 ◦ blue 47

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

Shades of Crimson #DD102F

Tints of Crimson #DD102F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.63%

 BLUE value IS 47 (18.75% from 255) = 16.55%

R = 77.82%
G = 5.63%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD102F (or 0xDD102F) is known color: Crimson. HEX triplet: DD, 10 and 2F. RGB value is (221,16,47). Sum of RGB (Red+Green+Blue) = 221+16+47=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD102F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD102F is #22EFD0. Grayscale: #505050. Windows color (decimal): -2289617 or 3084509. OLE color: 3084509.

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

Color convert

RGB 221 16 47 -
CMYK 0 0.93 0.79 0.13
HSL 350.93º 0.86% 0.46% -
HSV(B) 350.93º 0.93% 0.87% -
XYZ 30.52 15.95 4.16 -
YUV 80.83 108.92 227.98 -
System Red Green Blue C M Y K H S L
Decimal 221 16 47 0 0.93 0.79 0.13 350.93 0.86 0.46
Hex DD 10 2F 0 5D 4F D 15F 56 2E
Octal 335 20 57 0 135 117 15 537 126 56
Binary 11011101 10000 101111 0 1011101 1001111 1101 101011111 1010110 101110

Color Harmonies of #DD102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD102F

Black with #DD102F

Text Example


Text Example

White with #DD102F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD102F; }

 p { color: rgb(221,16,47); }

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

background-color css

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

 a { background-color: rgb(221,16,47); }

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

border-color css

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

 span { border-color: rgb(221,16,47); }

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