Html Css Color HEX #D31033 Crimson

📋 copy color: '#D31033'

red 211 ◦ green 16 ◦ blue 51

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

Shades of Crimson #D31033

Tints of Crimson #D31033

RGB

 RED value IS 211 (82.81% from 255) = 75.9%

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

 BLUE value IS 51 (20.31% from 255) = 18.35%

R = 75.9%
G = 5.76%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D31033 (or 0xD31033) is known color: Crimson. HEX triplet: D3, 10 and 33. RGB value is (211,16,51). Sum of RGB (Red+Green+Blue) = 211+16+51=278 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.90% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 211 - color contains mainly: red. Hex color #D31033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31033 is #2CEFCC. Grayscale: #4E4E4E. Windows color (decimal): -2944973 or 3346643. OLE color: 3346643.

HSL color Cylindrical-coordinate representation of color #D31033: hue angle of 349.23º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D31033 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 16 51 -
CMYK 0 0.92 0.76 0.17
HSL 349.23º 0.86% 0.45% -
HSV(B) 349.23º 0.92% 0.83% -
XYZ 27.65 14.46 4.47 -
YUV 78.3 112.6 222.65 -
System Red Green Blue C M Y K H S L
Decimal 211 16 51 0 0.92 0.76 0.17 349.23 0.86 0.45
Hex D3 10 33 0 5C 4C 11 15D 56 2D
Octal 323 20 63 0 134 114 21 535 126 55
Binary 11010011 10000 110011 0 1011100 1001100 10001 101011101 1010110 101101

Color Harmonies of #D31033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31033

Black with #D31033

Text Example


Text Example

White with #D31033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31033; }

 p { color: rgb(211,16,51); }

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

background-color css

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

 a { background-color: rgb(211,16,51); }

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

border-color css

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

 span { border-color: rgb(211,16,51); }

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