Html Css Color HEX #D60347 Crimson

📋 copy color: '#D60347'

red 214 ◦ green 3 ◦ blue 71

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

Shades of Crimson #D60347

Tints of Crimson #D60347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.65%

R = 74.31%
G = 1.04%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D60347 (or 0xD60347) is known color: Crimson. HEX triplet: D6, 03 and 47. RGB value is (214,3,71). Sum of RGB (Red+Green+Blue) = 214+3+71=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D60347 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60347 is #29FCB8. Grayscale: #494949. Windows color (decimal): -2751673 or 4654038. OLE color: 4654038.

HSL color Cylindrical-coordinate representation of color #D60347: hue angle of 340.66º 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 #D60347 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 3 71 -
CMYK 0 0.99 0.67 0.16
HSL 340.66º 0.97% 0.43% -
HSV(B) 340.66º 0.99% 0.84% -
XYZ 28.9 14.82 7.3 -
YUV 73.84 126.4 227.97 -
System Red Green Blue C M Y K H S L
Decimal 214 3 71 0 0.99 0.67 0.16 340.66 0.97 0.43
Hex D6 3 47 0 63 43 10 155 61 2B
Octal 326 3 107 0 143 103 20 525 141 53
Binary 11010110 11 1000111 0 1100011 1000011 10000 101010101 1100001 101011

Color Harmonies of #D60347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60347

Black with #D60347

Text Example


Text Example

White with #D60347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60347; }

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

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

background-color css

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

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

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

border-color css

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

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

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