Html Css Color HEX #D62048 Crimson

📋 copy color: '#D62048'

red 214 ◦ green 32 ◦ blue 72

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

Shades of Crimson #D62048

Tints of Crimson #D62048

RGB

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

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

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

R = 67.3%
G = 10.06%
B = 22.64%

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

#D62048 (or 0xD62048) is known color: Crimson. HEX triplet: D6, 20 and 48. RGB value is (214,32,72). Sum of RGB (Red+Green+Blue) = 214+32+72=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D62048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62048 is #29DFB7. Grayscale: #5B5B5B. Windows color (decimal): -2744248 or 4726998. OLE color: 4726998.

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

Color convert

RGB 214 32 72 -
CMYK 0 0.85 0.66 0.16
HSL 346.81º 0.74% 0.48% -
HSV(B) 346.81º 0.85% 0.84% -
XYZ 29.42 15.8 7.63 -
YUV 90.98 117.3 215.75 -
System Red Green Blue C M Y K H S L
Decimal 214 32 72 0 0.85 0.66 0.16 346.81 0.74 0.48
Hex D6 20 48 0 55 42 10 15B 4A 30
Octal 326 40 110 0 125 102 20 533 112 60
Binary 11010110 100000 1001000 0 1010101 1000010 10000 101011011 1001010 110000

Color Harmonies of #D62048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62048

Black with #D62048

Text Example


Text Example

White with #D62048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62048; }

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

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

background-color css

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

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

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

border-color css

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

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

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