Html Css Color HEX #D60337 Crimson

📋 copy color: '#D60337'

red 214 ◦ green 3 ◦ blue 55

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

Shades of Crimson #D60337

Tints of Crimson #D60337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.22%

R = 78.68%
G = 1.1%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D60337 (or 0xD60337) is known color: Crimson. HEX triplet: D6, 03 and 37. RGB value is (214,3,55). Sum of RGB (Red+Green+Blue) = 214+3+55=272 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.68% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 214 - color contains mainly: red. Hex color #D60337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60337 is #29FCC8. Grayscale: #484848. Windows color (decimal): -2751689 or 3605462. OLE color: 3605462.

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

Color convert

RGB 214 3 55 -
CMYK 0 0.99 0.74 0.16
HSL 345.21º 0.97% 0.43% -
HSV(B) 345.21º 0.99% 0.84% -
XYZ 28.45 14.64 4.94 -
YUV 72.02 118.4 229.27 -
System Red Green Blue C M Y K H S L
Decimal 214 3 55 0 0.99 0.74 0.16 345.21 0.97 0.43
Hex D6 3 37 0 63 4A 10 159 61 2B
Octal 326 3 67 0 143 112 20 531 141 53
Binary 11010110 11 110111 0 1100011 1001010 10000 101011001 1100001 101011

Color Harmonies of #D60337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60337

Black with #D60337

Text Example


Text Example

White with #D60337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60337; }

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

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

background-color css

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

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

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

border-color css

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

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

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