Html Css Color HEX #DD102B Crimson

📋 copy color: '#DD102B'

red 221 ◦ green 16 ◦ blue 43

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

Shades of Crimson #DD102B

Tints of Crimson #DD102B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.36%

R = 78.93%
G = 5.71%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD102B (or 0xDD102B) is known color: Crimson. HEX triplet: DD, 10 and 2B. RGB value is (221,16,43). Sum of RGB (Red+Green+Blue) = 221+16+43=280 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.93% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 221 - color contains mainly: red. Hex color #DD102B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD102B is #22EFD4. Grayscale: #505050. Windows color (decimal): -2289621 or 2822365. OLE color: 2822365.

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

Color convert

RGB 221 16 43 -
CMYK 0 0.93 0.81 0.13
HSL 352.1º 0.86% 0.46% -
HSV(B) 352.1º 0.93% 0.87% -
XYZ 30.44 15.92 3.75 -
YUV 80.37 106.92 228.3 -
System Red Green Blue C M Y K H S L
Decimal 221 16 43 0 0.93 0.81 0.13 352.1 0.86 0.46
Hex DD 10 2B 0 5D 51 D 160 56 2E
Octal 335 20 53 0 135 121 15 540 126 56
Binary 11011101 10000 101011 0 1011101 1010001 1101 101100000 1010110 101110

Color Harmonies of #DD102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD102B

Black with #DD102B

Text Example


Text Example

White with #DD102B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD102B; }

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

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

background-color css

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

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

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

border-color css

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

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

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