Html Css Color HEX #D60346 Crimson

📋 copy color: '#D60346'

red 214 ◦ green 3 ◦ blue 70

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

Shades of Crimson #D60346

Tints of Crimson #D60346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.39%

R = 74.56%
G = 1.05%
B = 24.39%

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

#D60346 (or 0xD60346) is known color: Crimson. HEX triplet: D6, 03 and 46. RGB value is (214,3,70). Sum of RGB (Red+Green+Blue) = 214+3+70=287 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.56% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 214 - color contains mainly: red. Hex color #D60346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60346 is #29FCB9. Grayscale: #494949. Windows color (decimal): -2751674 or 4588502. OLE color: 4588502.

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

Color convert

RGB 214 3 70 -
CMYK 0 0.99 0.67 0.16
HSL 340.95º 0.97% 0.43% -
HSV(B) 340.95º 0.99% 0.84% -
XYZ 28.87 14.8 7.13 -
YUV 73.73 125.9 228.05 -
System Red Green Blue C M Y K H S L
Decimal 214 3 70 0 0.99 0.67 0.16 340.95 0.97 0.43
Hex D6 3 46 0 63 43 10 155 61 2B
Octal 326 3 106 0 143 103 20 525 141 53
Binary 11010110 11 1000110 0 1100011 1000011 10000 101010101 1100001 101011

Color Harmonies of #D60346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60346

Black with #D60346

Text Example


Text Example

White with #D60346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60346; }

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

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

background-color css

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

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

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

border-color css

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

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

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