Html Css Color HEX #D5103E Crimson

📋 copy color: '#D5103E'

red 213 ◦ green 16 ◦ blue 62

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

Shades of Crimson #D5103E

Tints of Crimson #D5103E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.5%

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

R = 73.2%
G = 5.5%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5103E (or 0xD5103E) is known color: Crimson. HEX triplet: D5, 10 and 3E. RGB value is (213,16,62). Sum of RGB (Red+Green+Blue) = 213+16+62=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D5103E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5103E is #2AEFC1. Grayscale: #505050. Windows color (decimal): -2813890 or 4067541. OLE color: 4067541.

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

Color convert

RGB 213 16 62 -
CMYK 0 0.92 0.71 0.16
HSL 345.99º 0.86% 0.45% -
HSV(B) 345.99º 0.92% 0.84% -
XYZ 28.5 14.86 5.92 -
YUV 80.15 117.77 222.76 -
System Red Green Blue C M Y K H S L
Decimal 213 16 62 0 0.92 0.71 0.16 345.99 0.86 0.45
Hex D5 10 3E 0 5C 47 10 15A 56 2D
Octal 325 20 76 0 134 107 20 532 126 55
Binary 11010101 10000 111110 0 1011100 1000111 10000 101011010 1010110 101101

Color Harmonies of #D5103E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5103E

Black with #D5103E

Text Example


Text Example

White with #D5103E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5103E; }

 p { color: rgb(213,16,62); }

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

background-color css

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

 a { background-color: rgb(213,16,62); }

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

border-color css

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

 span { border-color: rgb(213,16,62); }

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