Html Css Color HEX #D1033B Crimson

📋 copy color: '#D1033B'

red 209 ◦ green 3 ◦ blue 59

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

Shades of Crimson #D1033B

Tints of Crimson #D1033B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

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

R = 77.12%
G = 1.11%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1033B (or 0xD1033B) is known color: Crimson. HEX triplet: D1, 03 and 3B. RGB value is (209,3,59). Sum of RGB (Red+Green+Blue) = 209+3+59=271 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.12% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 209 - color contains mainly: red. Hex color #D1033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1033B is #2EFCC4. Grayscale: #464646. Windows color (decimal): -3079365 or 3867601. OLE color: 3867601.

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

Color convert

RGB 209 3 59 -
CMYK 0 0.99 0.72 0.18
HSL 343.69º 0.97% 0.42% -
HSV(B) 343.69º 0.99% 0.82% -
XYZ 27.12 13.94 5.4 -
YUV 70.98 121.25 226.45 -
System Red Green Blue C M Y K H S L
Decimal 209 3 59 0 0.99 0.72 0.18 343.69 0.97 0.42
Hex D1 3 3B 0 63 48 12 158 61 2A
Octal 321 3 73 0 143 110 22 530 141 52
Binary 11010001 11 111011 0 1100011 1001000 10010 101011000 1100001 101010

Color Harmonies of #D1033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1033B

Black with #D1033B

Text Example


Text Example

White with #D1033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1033B; }

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

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

background-color css

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

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

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

border-color css

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

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

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