Html Css Color HEX #D71033 Crimson

📋 copy color: '#D71033'

red 215 ◦ green 16 ◦ blue 51

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

Shades of Crimson #D71033

Tints of Crimson #D71033

RGB

 RED value IS 215 (84.38% from 255) = 76.24%

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

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

R = 76.24%
G = 5.67%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D71033 (or 0xD71033) is known color: Crimson. HEX triplet: D7, 10 and 33. RGB value is (215,16,51). Sum of RGB (Red+Green+Blue) = 215+16+51=282 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.24% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 215 - color contains mainly: red. Hex color #D71033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71033 is #28EFCC. Grayscale: #4F4F4F. Windows color (decimal): -2682829 or 3346647. OLE color: 3346647.

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

Color convert

RGB 215 16 51 -
CMYK 0 0.93 0.76 0.16
HSL 349.45º 0.86% 0.45% -
HSV(B) 349.45º 0.93% 0.84% -
XYZ 28.81 15.06 4.52 -
YUV 79.49 111.93 224.65 -
System Red Green Blue C M Y K H S L
Decimal 215 16 51 0 0.93 0.76 0.16 349.45 0.86 0.45
Hex D7 10 33 0 5D 4C 10 15D 56 2D
Octal 327 20 63 0 135 114 20 535 126 55
Binary 11010111 10000 110011 0 1011101 1001100 10000 101011101 1010110 101101

Color Harmonies of #D71033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71033

Black with #D71033

Text Example


Text Example

White with #D71033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71033; }

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

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

background-color css

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

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

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

border-color css

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

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

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