Html Css Color HEX #D5023A Crimson

📋 copy color: '#D5023A'

red 213 ◦ green 2 ◦ blue 58

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

Shades of Crimson #D5023A

Tints of Crimson #D5023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 78.02%
G = 0.73%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5023A (or 0xD5023A) is known color: Crimson. HEX triplet: D5, 02 and 3A. RGB value is (213,2,58). Sum of RGB (Red+Green+Blue) = 213+2+58=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D5023A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5023A is #2AFDC5. Grayscale: #474747. Windows color (decimal): -2817478 or 3801813. OLE color: 3801813.

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

Color convert

RGB 213 2 58 -
CMYK 0 0.99 0.73 0.16
HSL 344.08º 0.98% 0.42% -
HSV(B) 344.08º 0.99% 0.84% -
XYZ 28.23 14.5 5.31 -
YUV 71.47 120.4 228.95 -
System Red Green Blue C M Y K H S L
Decimal 213 2 58 0 0.99 0.73 0.16 344.08 0.98 0.42
Hex D5 2 3A 0 63 49 10 158 62 2A
Octal 325 2 72 0 143 111 20 530 142 52
Binary 11010101 10 111010 0 1100011 1001001 10000 101011000 1100010 101010

Color Harmonies of #D5023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5023A

Black with #D5023A

Text Example


Text Example

White with #D5023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5023A; }

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

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

background-color css

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

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

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

border-color css

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

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

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