Html Css Color HEX #D1133B Crimson

📋 copy color: '#D1133B'

red 209 ◦ green 19 ◦ blue 59

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

Shades of Crimson #D1133B

Tints of Crimson #D1133B

RGB

 RED value IS 209 (82.03% from 255) = 72.82%

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

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

R = 72.82%
G = 6.62%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1133B (or 0xD1133B) is known color: Crimson. HEX triplet: D1, 13 and 3B. RGB value is (209,19,59). Sum of RGB (Red+Green+Blue) = 209+19+59=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D1133B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1133B is #2EECC4. Grayscale: #505050. Windows color (decimal): -3075269 or 3871697. OLE color: 3871697.

HSL color Cylindrical-coordinate representation of color #D1133B: hue angle of 347.37º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1133B is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 19 59 -
CMYK 0 0.91 0.72 0.18
HSL 347.37º 0.83% 0.45% -
HSV(B) 347.37º 0.91% 0.82% -
XYZ 27.32 14.34 5.47 -
YUV 80.37 115.95 219.75 -
System Red Green Blue C M Y K H S L
Decimal 209 19 59 0 0.91 0.72 0.18 347.37 0.83 0.45
Hex D1 13 3B 0 5B 48 12 15B 53 2D
Octal 321 23 73 0 133 110 22 533 123 55
Binary 11010001 10011 111011 0 1011011 1001000 10010 101011011 1010011 101101

Color Harmonies of #D1133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1133B

Black with #D1133B

Text Example


Text Example

White with #D1133B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1133B; }

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

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

background-color css

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

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

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

border-color css

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

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

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