Html Css Color HEX #D62042 Crimson

📋 copy color: '#D62042'

red 214 ◦ green 32 ◦ blue 66

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

Shades of Crimson #D62042

Tints of Crimson #D62042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.15%

R = 68.59%
G = 10.26%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D62042 (or 0xD62042) is known color: Crimson. HEX triplet: D6, 20 and 42. RGB value is (214,32,66). Sum of RGB (Red+Green+Blue) = 214+32+66=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D62042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62042 is #29DFBD. Grayscale: #5A5A5A. Windows color (decimal): -2744254 or 4333782. OLE color: 4333782.

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

Color convert

RGB 214 32 66 -
CMYK 0 0.85 0.69 0.16
HSL 348.79º 0.74% 0.48% -
HSV(B) 348.79º 0.85% 0.84% -
XYZ 29.23 15.72 6.65 -
YUV 90.29 114.3 216.24 -
System Red Green Blue C M Y K H S L
Decimal 214 32 66 0 0.85 0.69 0.16 348.79 0.74 0.48
Hex D6 20 42 0 55 45 10 15D 4A 30
Octal 326 40 102 0 125 105 20 535 112 60
Binary 11010110 100000 1000010 0 1010101 1000101 10000 101011101 1001010 110000

Color Harmonies of #D62042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62042

Black with #D62042

Text Example


Text Example

White with #D62042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62042; }

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

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

background-color css

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

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

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

border-color css

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

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

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