Html Css Color HEX #D1033D Crimson

📋 copy color: '#D1033D'

red 209 ◦ green 3 ◦ blue 61

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

Shades of Crimson #D1033D

Tints of Crimson #D1033D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.34%

R = 76.56%
G = 1.1%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1033D (or 0xD1033D) is known color: Crimson. HEX triplet: D1, 03 and 3D. RGB value is (209,3,61). Sum of RGB (Red+Green+Blue) = 209+3+61=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D1033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1033D is #2EFCC2. Grayscale: #474747. Windows color (decimal): -3079363 or 3998673. OLE color: 3998673.

HSL color Cylindrical-coordinate representation of color #D1033D: hue angle of 343.11º 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 #D1033D is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 3 61 -
CMYK 0 0.99 0.71 0.18
HSL 343.11º 0.97% 0.42% -
HSV(B) 343.11º 0.99% 0.82% -
XYZ 27.17 13.96 5.68 -
YUV 71.21 122.25 226.28 -
System Red Green Blue C M Y K H S L
Decimal 209 3 61 0 0.99 0.71 0.18 343.11 0.97 0.42
Hex D1 3 3D 0 63 47 12 157 61 2A
Octal 321 3 75 0 143 107 22 527 141 52
Binary 11010001 11 111101 0 1100011 1000111 10010 101010111 1100001 101010

Color Harmonies of #D1033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1033D

Black with #D1033D

Text Example


Text Example

White with #D1033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1033D; }

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

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

background-color css

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

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

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

border-color css

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

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

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