Html Css Color HEX #D60239 Crimson

📋 copy color: '#D60239'

red 214 ◦ green 2 ◦ blue 57

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

Shades of Crimson #D60239

Tints of Crimson #D60239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

 BLUE value IS 57 (22.66% from 255) = 20.88%

R = 78.39%
G = 0.73%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D60239 (or 0xD60239) is known color: Crimson. HEX triplet: D6, 02 and 39. RGB value is (214,2,57). Sum of RGB (Red+Green+Blue) = 214+2+57=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D60239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60239 is #29FDC6. Grayscale: #474747. Windows color (decimal): -2751943 or 3736278. OLE color: 3736278.

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

Color convert

RGB 214 2 57 -
CMYK 0 0.99 0.73 0.16
HSL 344.43º 0.98% 0.42% -
HSV(B) 344.43º 0.99% 0.84% -
XYZ 28.49 14.63 5.19 -
YUV 71.66 119.74 229.53 -
System Red Green Blue C M Y K H S L
Decimal 214 2 57 0 0.99 0.73 0.16 344.43 0.98 0.42
Hex D6 2 39 0 63 49 10 158 62 2A
Octal 326 2 71 0 143 111 20 530 142 52
Binary 11010110 10 111001 0 1100011 1001001 10000 101011000 1100010 101010

Color Harmonies of #D60239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60239

Black with #D60239

Text Example


Text Example

White with #D60239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60239; }

 p { color: rgb(214,2,57); }

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

background-color css

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

 a { background-color: rgb(214,2,57); }

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

border-color css

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

 span { border-color: rgb(214,2,57); }

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