Html Css Color HEX #D6043A Crimson

📋 copy color: '#D6043A'

red 214 ◦ green 4 ◦ blue 58

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

Shades of Crimson #D6043A

Tints of Crimson #D6043A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.01%

R = 77.54%
G = 1.45%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6043A (or 0xD6043A) is known color: Crimson. HEX triplet: D6, 04 and 3A. RGB value is (214,4,58). Sum of RGB (Red+Green+Blue) = 214+4+58=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D6043A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6043A is #29FBC5. Grayscale: #484848. Windows color (decimal): -2751430 or 3802326. OLE color: 3802326.

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

Color convert

RGB 214 4 58 -
CMYK 0 0.98 0.73 0.16
HSL 344.57º 0.96% 0.43% -
HSV(B) 344.57º 0.98% 0.84% -
XYZ 28.54 14.69 5.33 -
YUV 72.95 119.57 228.61 -
System Red Green Blue C M Y K H S L
Decimal 214 4 58 0 0.98 0.73 0.16 344.57 0.96 0.43
Hex D6 4 3A 0 62 49 10 159 60 2B
Octal 326 4 72 0 142 111 20 531 140 53
Binary 11010110 100 111010 0 1100010 1001001 10000 101011001 1100000 101011

Color Harmonies of #D6043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6043A

Black with #D6043A

Text Example


Text Example

White with #D6043A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6043A; }

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

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

background-color css

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

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

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

border-color css

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

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

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