Html Css Color HEX #D62342 Crimson

📋 copy color: '#D62342'

red 214 ◦ green 35 ◦ blue 66

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

Shades of Crimson #D62342

Tints of Crimson #D62342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.11%

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

R = 67.94%
G = 11.11%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D62342 (or 0xD62342) is known color: Crimson. HEX triplet: D6, 23 and 42. RGB value is (214,35,66). Sum of RGB (Red+Green+Blue) = 214+35+66=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D62342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62342 is #29DCBD. Grayscale: #5C5C5C. Windows color (decimal): -2743486 or 4334550. OLE color: 4334550.

HSL color Cylindrical-coordinate representation of color #D62342: hue angle of 349.61º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D62342 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 35 66 -
CMYK 0 0.84 0.69 0.16
HSL 349.61º 0.72% 0.49% -
HSV(B) 349.61º 0.84% 0.84% -
XYZ 29.32 15.89 6.68 -
YUV 92.06 113.3 214.98 -
System Red Green Blue C M Y K H S L
Decimal 214 35 66 0 0.84 0.69 0.16 349.61 0.72 0.49
Hex D6 23 42 0 54 45 10 15E 48 31
Octal 326 43 102 0 124 105 20 536 110 61
Binary 11010110 100011 1000010 0 1010100 1000101 10000 101011110 1001000 110001

Color Harmonies of #D62342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62342

Black with #D62342

Text Example


Text Example

White with #D62342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62342; }

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

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

background-color css

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

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

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

border-color css

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

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

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