Html Css Color HEX #D62147 Crimson

📋 copy color: '#D62147'

red 214 ◦ green 33 ◦ blue 71

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

Shades of Crimson #D62147

Tints of Crimson #D62147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.33%

R = 67.3%
G = 10.38%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D62147 (or 0xD62147) is known color: Crimson. HEX triplet: D6, 21 and 47. RGB value is (214,33,71). Sum of RGB (Red+Green+Blue) = 214+33+71=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D62147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62147 is #29DEB8. Grayscale: #5B5B5B. Windows color (decimal): -2743993 or 4661718. OLE color: 4661718.

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

Color convert

RGB 214 33 71 -
CMYK 0 0.85 0.67 0.16
HSL 347.4º 0.73% 0.48% -
HSV(B) 347.4º 0.85% 0.84% -
XYZ 29.41 15.84 7.47 -
YUV 91.45 116.47 215.41 -
System Red Green Blue C M Y K H S L
Decimal 214 33 71 0 0.85 0.67 0.16 347.4 0.73 0.48
Hex D6 21 47 0 55 43 10 15B 49 30
Octal 326 41 107 0 125 103 20 533 111 60
Binary 11010110 100001 1000111 0 1010101 1000011 10000 101011011 1001001 110000

Color Harmonies of #D62147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62147

Black with #D62147

Text Example


Text Example

White with #D62147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62147; }

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

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

background-color css

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

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

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

border-color css

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

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

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