Html Css Color HEX #D62144 Crimson

📋 copy color: '#D62144'

red 214 ◦ green 33 ◦ blue 68

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

Shades of Crimson #D62144

Tints of Crimson #D62144

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.48%

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

R = 67.94%
G = 10.48%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D62144 (or 0xD62144) is known color: Crimson. HEX triplet: D6, 21 and 44. RGB value is (214,33,68). Sum of RGB (Red+Green+Blue) = 214+33+68=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D62144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62144 is #29DEBB. Grayscale: #5B5B5B. Windows color (decimal): -2743996 or 4465110. OLE color: 4465110.

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

Color convert

RGB 214 33 68 -
CMYK 0 0.85 0.68 0.16
HSL 348.4º 0.73% 0.48% -
HSV(B) 348.4º 0.85% 0.84% -
XYZ 29.32 15.8 6.97 -
YUV 91.11 114.97 215.65 -
System Red Green Blue C M Y K H S L
Decimal 214 33 68 0 0.85 0.68 0.16 348.4 0.73 0.48
Hex D6 21 44 0 55 44 10 15C 49 30
Octal 326 41 104 0 125 104 20 534 111 60
Binary 11010110 100001 1000100 0 1010101 1000100 10000 101011100 1001001 110000

Color Harmonies of #D62144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62144

Black with #D62144

Text Example


Text Example

White with #D62144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62144; }

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

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

background-color css

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

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

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

border-color css

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

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

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