Html Css Color HEX #D62341 Crimson

📋 copy color: '#D62341'

red 214 ◦ green 35 ◦ blue 65

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

Shades of Crimson #D62341

Tints of Crimson #D62341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.7%

R = 68.15%
G = 11.15%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D62341 (or 0xD62341) is known color: Crimson. HEX triplet: D6, 23 and 41. RGB value is (214,35,65). Sum of RGB (Red+Green+Blue) = 214+35+65=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D62341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62341 is #29DCBE. Grayscale: #5C5C5C. Windows color (decimal): -2743487 or 4269014. OLE color: 4269014.

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

Color convert

RGB 214 35 65 -
CMYK 0 0.84 0.70 0.16
HSL 349.94º 0.72% 0.49% -
HSV(B) 349.94º 0.84% 0.84% -
XYZ 29.29 15.88 6.52 -
YUV 91.94 112.8 215.06 -
System Red Green Blue C M Y K H S L
Decimal 214 35 65 0 0.84 0.70 0.16 349.94 0.72 0.49
Hex D6 23 41 0 54 46 10 15E 48 31
Octal 326 43 101 0 124 106 20 536 110 61
Binary 11010110 100011 1000001 0 1010100 1000110 10000 101011110 1001000 110001

Color Harmonies of #D62341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62341

Black with #D62341

Text Example


Text Example

White with #D62341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62341; }

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

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

background-color css

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

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

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

border-color css

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

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

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