Html Css Color HEX #D62148 Crimson

📋 copy color: '#D62148'

red 214 ◦ green 33 ◦ blue 72

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

Shades of Crimson #D62148

Tints of Crimson #D62148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.57%

R = 67.08%
G = 10.34%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D62148 (or 0xD62148) is known color: Crimson. HEX triplet: D6, 21 and 48. RGB value is (214,33,72). Sum of RGB (Red+Green+Blue) = 214+33+72=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D62148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62148 is #29DEB7. Grayscale: #5B5B5B. Windows color (decimal): -2743992 or 4727254. OLE color: 4727254.

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

Color convert

RGB 214 33 72 -
CMYK 0 0.85 0.66 0.16
HSL 347.07º 0.73% 0.48% -
HSV(B) 347.07º 0.85% 0.84% -
XYZ 29.45 15.85 7.64 -
YUV 91.57 116.97 215.33 -
System Red Green Blue C M Y K H S L
Decimal 214 33 72 0 0.85 0.66 0.16 347.07 0.73 0.48
Hex D6 21 48 0 55 42 10 15B 49 30
Octal 326 41 110 0 125 102 20 533 111 60
Binary 11010110 100001 1001000 0 1010101 1000010 10000 101011011 1001001 110000

Color Harmonies of #D62148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62148

Black with #D62148

Text Example


Text Example

White with #D62148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62148; }

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

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

background-color css

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

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

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

border-color css

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

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

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