Html Css Color HEX #D62143 Crimson

📋 copy color: '#D62143'

red 214 ◦ green 33 ◦ blue 67

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

Shades of Crimson #D62143

Tints of Crimson #D62143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.34%

R = 68.15%
G = 10.51%
B = 21.34%

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

#D62143 (or 0xD62143) is known color: Crimson. HEX triplet: D6, 21 and 43. RGB value is (214,33,67). Sum of RGB (Red+Green+Blue) = 214+33+67=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D62143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62143 is #29DEBC. Grayscale: #5B5B5B. Windows color (decimal): -2743997 or 4399574. OLE color: 4399574.

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

Color convert

RGB 214 33 67 -
CMYK 0 0.85 0.69 0.16
HSL 348.73º 0.73% 0.48% -
HSV(B) 348.73º 0.85% 0.84% -
XYZ 29.29 15.79 6.81 -
YUV 91 114.47 215.74 -
System Red Green Blue C M Y K H S L
Decimal 214 33 67 0 0.85 0.69 0.16 348.73 0.73 0.48
Hex D6 21 43 0 55 45 10 15D 49 30
Octal 326 41 103 0 125 105 20 535 111 60
Binary 11010110 100001 1000011 0 1010101 1000101 10000 101011101 1001001 110000

Color Harmonies of #D62143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62143

Black with #D62143

Text Example


Text Example

White with #D62143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62143; }

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

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

background-color css

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

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

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

border-color css

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

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

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