Html Css Color HEX #D5103F Crimson

📋 copy color: '#D5103F'

red 213 ◦ green 16 ◦ blue 63

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

Shades of Crimson #D5103F

Tints of Crimson #D5103F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.58%

R = 72.95%
G = 5.48%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5103F (or 0xD5103F) is known color: Crimson. HEX triplet: D5, 10 and 3F. RGB value is (213,16,63). Sum of RGB (Red+Green+Blue) = 213+16+63=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D5103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5103F is #2AEFC0. Grayscale: #505050. Windows color (decimal): -2813889 or 4133077. OLE color: 4133077.

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

Color convert

RGB 213 16 63 -
CMYK 0 0.92 0.70 0.16
HSL 345.69º 0.86% 0.45% -
HSV(B) 345.69º 0.92% 0.84% -
XYZ 28.52 14.88 6.07 -
YUV 80.26 118.27 222.68 -
System Red Green Blue C M Y K H S L
Decimal 213 16 63 0 0.92 0.70 0.16 345.69 0.86 0.45
Hex D5 10 3F 0 5C 46 10 15A 56 2D
Octal 325 20 77 0 134 106 20 532 126 55
Binary 11010101 10000 111111 0 1011100 1000110 10000 101011010 1010110 101101

Color Harmonies of #D5103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5103F

Black with #D5103F

Text Example


Text Example

White with #D5103F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5103F; }

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

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

background-color css

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

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

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

border-color css

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

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

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