Html Css Color HEX #D62141 Crimson

📋 copy color: '#D62141'

red 214 ◦ green 33 ◦ blue 65

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

Shades of Crimson #D62141

Tints of Crimson #D62141

RGB

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

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

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

R = 68.59%
G = 10.58%
B = 20.83%

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

#D62141 (or 0xD62141) is known color: Crimson. HEX triplet: D6, 21 and 41. RGB value is (214,33,65). Sum of RGB (Red+Green+Blue) = 214+33+65=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D62141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62141 is #29DEBE. Grayscale: #5A5A5A. Windows color (decimal): -2743999 or 4268502. OLE color: 4268502.

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

Color convert

RGB 214 33 65 -
CMYK 0 0.85 0.70 0.16
HSL 349.39º 0.73% 0.48% -
HSV(B) 349.39º 0.85% 0.84% -
XYZ 29.23 15.77 6.5 -
YUV 90.77 113.47 215.9 -
System Red Green Blue C M Y K H S L
Decimal 214 33 65 0 0.85 0.70 0.16 349.39 0.73 0.48
Hex D6 21 41 0 55 46 10 15D 49 30
Octal 326 41 101 0 125 106 20 535 111 60
Binary 11010110 100001 1000001 0 1010101 1000110 10000 101011101 1001001 110000

Color Harmonies of #D62141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62141

Black with #D62141

Text Example


Text Example

White with #D62141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62141; }

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

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

background-color css

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

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

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

border-color css

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

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

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