Html Css Color HEX #D60331 Crimson

📋 copy color: '#D60331'

red 214 ◦ green 3 ◦ blue 49

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

Shades of Crimson #D60331

Tints of Crimson #D60331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.42%

R = 80.45%
G = 1.13%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D60331 (or 0xD60331) is known color: Crimson. HEX triplet: D6, 03 and 31. RGB value is (214,3,49). Sum of RGB (Red+Green+Blue) = 214+3+49=266 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.45% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 214 - color contains mainly: red. Hex color #D60331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60331 is #29FCCE. Grayscale: #474747. Windows color (decimal): -2751695 or 3212246. OLE color: 3212246.

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

Color convert

RGB 214 3 49 -
CMYK 0 0.99 0.77 0.16
HSL 346.92º 0.97% 0.43% -
HSV(B) 346.92º 0.99% 0.84% -
XYZ 28.32 14.58 4.23 -
YUV 71.33 115.4 229.76 -
System Red Green Blue C M Y K H S L
Decimal 214 3 49 0 0.99 0.77 0.16 346.92 0.97 0.43
Hex D6 3 31 0 63 4D 10 15B 61 2B
Octal 326 3 61 0 143 115 20 533 141 53
Binary 11010110 11 110001 0 1100011 1001101 10000 101011011 1100001 101011

Color Harmonies of #D60331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60331

Black with #D60331

Text Example


Text Example

White with #D60331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60331; }

 p { color: rgb(214,3,49); }

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

background-color css

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

 a { background-color: rgb(214,3,49); }

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

border-color css

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

 span { border-color: rgb(214,3,49); }

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