Html Css Color HEX #D71432 Crimson

📋 copy color: '#D71432'

red 215 ◦ green 20 ◦ blue 50

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

Shades of Crimson #D71432

Tints of Crimson #D71432

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.02%

 BLUE value IS 50 (19.92% from 255) = 17.54%

R = 75.44%
G = 7.02%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D71432 (or 0xD71432) is known color: Crimson. HEX triplet: D7, 14 and 32. RGB value is (215,20,50). Sum of RGB (Red+Green+Blue) = 215+20+50=285 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.44% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 215 - color contains mainly: red. Hex color #D71432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71432 is #28EBCD. Grayscale: #515151. Windows color (decimal): -2681806 or 3282135. OLE color: 3282135.

HSL color Cylindrical-coordinate representation of color #D71432: hue angle of 350.77º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D71432 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 20 50 -
CMYK 0 0.91 0.77 0.16
HSL 350.77º 0.83% 0.46% -
HSV(B) 350.77º 0.91% 0.84% -
XYZ 28.85 15.18 4.43 -
YUV 81.73 110.1 223.06 -
System Red Green Blue C M Y K H S L
Decimal 215 20 50 0 0.91 0.77 0.16 350.77 0.83 0.46
Hex D7 14 32 0 5B 4D 10 15F 53 2E
Octal 327 24 62 0 133 115 20 537 123 56
Binary 11010111 10100 110010 0 1011011 1001101 10000 101011111 1010011 101110

Color Harmonies of #D71432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71432

Black with #D71432

Text Example


Text Example

White with #D71432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71432; }

 p { color: rgb(215,20,50); }

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

background-color css

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

 a { background-color: rgb(215,20,50); }

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

border-color css

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

 span { border-color: rgb(215,20,50); }

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