Html Css Color HEX #D60244 Crimson

📋 copy color: '#D60244'

red 214 ◦ green 2 ◦ blue 68

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

Shades of Crimson #D60244

Tints of Crimson #D60244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.94%

R = 75.35%
G = 0.7%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D60244 (or 0xD60244) is known color: Crimson. HEX triplet: D6, 02 and 44. RGB value is (214,2,68). Sum of RGB (Red+Green+Blue) = 214+2+68=284 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.35% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 214 - color contains mainly: red. Hex color #D60244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60244 is #29FDBB. Grayscale: #484848. Windows color (decimal): -2751932 or 4457174. OLE color: 4457174.

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

Color convert

RGB 214 2 68 -
CMYK 0 0.99 0.68 0.16
HSL 341.32º 0.98% 0.42% -
HSV(B) 341.32º 0.99% 0.84% -
XYZ 28.8 14.76 6.8 -
YUV 72.91 125.24 228.63 -
System Red Green Blue C M Y K H S L
Decimal 214 2 68 0 0.99 0.68 0.16 341.32 0.98 0.42
Hex D6 2 44 0 63 44 10 155 62 2A
Octal 326 2 104 0 143 104 20 525 142 52
Binary 11010110 10 1000100 0 1100011 1000100 10000 101010101 1100010 101010

Color Harmonies of #D60244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60244

Black with #D60244

Text Example


Text Example

White with #D60244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60244; }

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

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

background-color css

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

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

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

border-color css

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

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

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