Html Css Color HEX #D6003A Crimson

📋 copy color: '#D6003A'

red 214 ◦ green 0 ◦ blue 58

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

Shades of Crimson #D6003A

Tints of Crimson #D6003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.68%
G = 0%
B = 21.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6003A (or 0xD6003A) is known color: Crimson. HEX triplet: D6, 00 and 3A. RGB value is (214,0,58). Sum of RGB (Red+Green+Blue) = 214+0+58=272 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.68% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 214 - color contains mainly: red. Hex color #D6003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6003A is #29FFC5. Grayscale: #464646. Windows color (decimal): -2752454 or 3801302. OLE color: 3801302.

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

Color convert

RGB 214 0 58 -
CMYK 0 1 0.73 0.16
HSL 343.74º 1% 0.42% -
HSV(B) 343.74º 1% 0.84% -
XYZ 28.5 14.6 5.32 -
YUV 70.6 120.9 230.28 -
System Red Green Blue C M Y K H S L
Decimal 214 0 58 0 1 0.73 0.16 343.74 1 0.42
Hex D6 0 3A 0 64 49 10 158 64 2A
Octal 326 0 72 0 144 111 20 530 144 52
Binary 11010110 0 111010 0 1100100 1001001 10000 101011000 1100100 101010

Color Harmonies of #D6003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6003A

Black with #D6003A

Text Example


Text Example

White with #D6003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6003A; }

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

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

background-color css

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

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

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

border-color css

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

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

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