Html Css Color HEX #D62041 Crimson

📋 copy color: '#D62041'

red 214 ◦ green 32 ◦ blue 65

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

Shades of Crimson #D62041

Tints of Crimson #D62041

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.29%

 BLUE value IS 65 (25.78% from 255) = 20.9%

R = 68.81%
G = 10.29%
B = 20.9%

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

#D62041 (or 0xD62041) is known color: Crimson. HEX triplet: D6, 20 and 41. RGB value is (214,32,65). Sum of RGB (Red+Green+Blue) = 214+32+65=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D62041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62041 is #29DFBE. Grayscale: #5A5A5A. Windows color (decimal): -2744255 or 4268246. OLE color: 4268246.

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

Color convert

RGB 214 32 65 -
CMYK 0 0.85 0.70 0.16
HSL 349.12º 0.74% 0.48% -
HSV(B) 349.12º 0.85% 0.84% -
XYZ 29.2 15.71 6.49 -
YUV 90.18 113.8 216.32 -
System Red Green Blue C M Y K H S L
Decimal 214 32 65 0 0.85 0.70 0.16 349.12 0.74 0.48
Hex D6 20 41 0 55 46 10 15D 4A 30
Octal 326 40 101 0 125 106 20 535 112 60
Binary 11010110 100000 1000001 0 1010101 1000110 10000 101011101 1001010 110000

Color Harmonies of #D62041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62041

Black with #D62041

Text Example


Text Example

White with #D62041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62041; }

 p { color: rgb(214,32,65); }

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

background-color css

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

 a { background-color: rgb(214,32,65); }

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

border-color css

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

 span { border-color: rgb(214,32,65); }

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