Html Css Color HEX #D62140 Crimson

📋 copy color: '#D62140'

red 214 ◦ green 33 ◦ blue 64

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

Shades of Crimson #D62140

Tints of Crimson #D62140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.58%

R = 68.81%
G = 10.61%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D62140 (or 0xD62140) is known color: Crimson. HEX triplet: D6, 21 and 40. RGB value is (214,33,64). Sum of RGB (Red+Green+Blue) = 214+33+64=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D62140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62140 is #29DEBF. Grayscale: #5A5A5A. Windows color (decimal): -2744000 or 4202966. OLE color: 4202966.

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

Color convert

RGB 214 33 64 -
CMYK 0 0.85 0.70 0.16
HSL 349.72º 0.73% 0.48% -
HSV(B) 349.72º 0.85% 0.84% -
XYZ 29.2 15.75 6.35 -
YUV 90.65 112.97 215.98 -
System Red Green Blue C M Y K H S L
Decimal 214 33 64 0 0.85 0.70 0.16 349.72 0.73 0.48
Hex D6 21 40 0 55 46 10 15E 49 30
Octal 326 41 100 0 125 106 20 536 111 60
Binary 11010110 100001 1000000 0 1010101 1000110 10000 101011110 1001001 110000

Color Harmonies of #D62140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62140

Black with #D62140

Text Example


Text Example

White with #D62140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62140; }

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

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

background-color css

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

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

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

border-color css

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

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

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