Html Css Color HEX #D6043E Crimson

📋 copy color: '#D6043E'

red 214 ◦ green 4 ◦ blue 62

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

Shades of Crimson #D6043E

Tints of Crimson #D6043E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

 BLUE value IS 62 (24.61% from 255) = 22.14%

R = 76.43%
G = 1.43%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6043E (or 0xD6043E) is known color: Crimson. HEX triplet: D6, 04 and 3E. RGB value is (214,4,62). Sum of RGB (Red+Green+Blue) = 214+4+62=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D6043E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6043E is #29FBC1. Grayscale: #494949. Windows color (decimal): -2751426 or 4064470. OLE color: 4064470.

HSL color Cylindrical-coordinate representation of color #D6043E: hue angle of 343.43º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D6043E is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 4 62 -
CMYK 0 0.98 0.71 0.16
HSL 343.43º 0.96% 0.43% -
HSV(B) 343.43º 0.98% 0.84% -
XYZ 28.64 14.73 5.89 -
YUV 73.4 121.57 228.28 -
System Red Green Blue C M Y K H S L
Decimal 214 4 62 0 0.98 0.71 0.16 343.43 0.96 0.43
Hex D6 4 3E 0 62 47 10 157 60 2B
Octal 326 4 76 0 142 107 20 527 140 53
Binary 11010110 100 111110 0 1100010 1000111 10000 101010111 1100000 101011

Color Harmonies of #D6043E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6043E

Black with #D6043E

Text Example


Text Example

White with #D6043E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6043E; }

 p { color: rgb(214,4,62); }

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

background-color css

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

 a { background-color: rgb(214,4,62); }

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

border-color css

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

 span { border-color: rgb(214,4,62); }

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