Html Css Color HEX #D5003A Crimson

📋 copy color: '#D5003A'

red 213 ◦ green 0 ◦ blue 58

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

Shades of Crimson #D5003A

Tints of Crimson #D5003A

RGB

 RED value IS 213 (83.59% from 255) = 78.6%

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

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

R = 78.6%
G = 0%
B = 21.4%

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

#D5003A (or 0xD5003A) is known color: Crimson. HEX triplet: D5, 00 and 3A. RGB value is (213,0,58). Sum of RGB (Red+Green+Blue) = 213+0+58=271 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.60% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 213 - color contains mainly: red. Hex color #D5003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5003A is #2AFFC5. Grayscale: #464646. Windows color (decimal): -2817990 or 3801301. OLE color: 3801301.

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

Color convert

RGB 213 0 58 -
CMYK 0 1 0.73 0.16
HSL 343.66º 1% 0.42% -
HSV(B) 343.66º 1% 0.84% -
XYZ 28.2 14.45 5.31 -
YUV 70.3 121.07 229.78 -
System Red Green Blue C M Y K H S L
Decimal 213 0 58 0 1 0.73 0.16 343.66 1 0.42
Hex D5 0 3A 0 64 49 10 158 64 2A
Octal 325 0 72 0 144 111 20 530 144 52
Binary 11010101 0 111010 0 1100100 1001001 10000 101011000 1100100 101010

Color Harmonies of #D5003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5003A

Black with #D5003A

Text Example


Text Example

White with #D5003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5003A; }

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

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

background-color css

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

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

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

border-color css

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

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

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