Html Css Color HEX #D60336 Crimson

📋 copy color: '#D60336'

red 214 ◦ green 3 ◦ blue 54

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

Shades of Crimson #D60336

Tints of Crimson #D60336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.93%

R = 78.97%
G = 1.11%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D60336 (or 0xD60336) is known color: Crimson. HEX triplet: D6, 03 and 36. RGB value is (214,3,54). Sum of RGB (Red+Green+Blue) = 214+3+54=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D60336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60336 is #29FCC9. Grayscale: #474747. Windows color (decimal): -2751690 or 3539926. OLE color: 3539926.

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

Color convert

RGB 214 3 54 -
CMYK 0 0.99 0.75 0.16
HSL 345.5º 0.97% 0.43% -
HSV(B) 345.5º 0.99% 0.84% -
XYZ 28.43 14.63 4.82 -
YUV 71.9 117.9 229.35 -
System Red Green Blue C M Y K H S L
Decimal 214 3 54 0 0.99 0.75 0.16 345.5 0.97 0.43
Hex D6 3 36 0 63 4B 10 159 61 2B
Octal 326 3 66 0 143 113 20 531 141 53
Binary 11010110 11 110110 0 1100011 1001011 10000 101011001 1100001 101011

Color Harmonies of #D60336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60336

Black with #D60336

Text Example


Text Example

White with #D60336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60336; }

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

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

background-color css

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

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

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

border-color css

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

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

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