Html Css Color HEX #D60732 Crimson

📋 copy color: '#D60732'

red 214 ◦ green 7 ◦ blue 50

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

Shades of Crimson #D60732

Tints of Crimson #D60732

RGB

 RED value IS 214 (83.98% from 255) = 78.97%

 GREEN value IS 7 (3.13% from 255) = 2.58%

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

R = 78.97%
G = 2.58%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D60732 (or 0xD60732) is known color: Crimson. HEX triplet: D6, 07 and 32. RGB value is (214,7,50). Sum of RGB (Red+Green+Blue) = 214+7+50=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D60732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60732 is #29F8CD. Grayscale: #494949. Windows color (decimal): -2750670 or 3278806. OLE color: 3278806.

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

Color convert

RGB 214 7 50 -
CMYK 0 0.97 0.77 0.16
HSL 347.54º 0.94% 0.43% -
HSV(B) 347.54º 0.97% 0.84% -
XYZ 28.38 14.68 4.35 -
YUV 73.8 114.58 228 -
System Red Green Blue C M Y K H S L
Decimal 214 7 50 0 0.97 0.77 0.16 347.54 0.94 0.43
Hex D6 7 32 0 61 4D 10 15C 5E 2B
Octal 326 7 62 0 141 115 20 534 136 53
Binary 11010110 111 110010 0 1100001 1001101 10000 101011100 1011110 101011

Color Harmonies of #D60732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60732

Black with #D60732

Text Example


Text Example

White with #D60732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60732; }

 p { color: rgb(214,7,50); }

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

background-color css

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

 a { background-color: rgb(214,7,50); }

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

border-color css

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

 span { border-color: rgb(214,7,50); }

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