Html Css Color HEX #D4103A Crimson

📋 copy color: '#D4103A'

red 212 ◦ green 16 ◦ blue 58

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

Shades of Crimson #D4103A

Tints of Crimson #D4103A

RGB

 RED value IS 212 (83.2% from 255) = 74.13%

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

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

R = 74.13%
G = 5.59%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4103A (or 0xD4103A) is known color: Crimson. HEX triplet: D4, 10 and 3A. RGB value is (212,16,58). Sum of RGB (Red+Green+Blue) = 212+16+58=286 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.13% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 212 - color contains mainly: red. Hex color #D4103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4103A is #2BEFC5. Grayscale: #4F4F4F. Windows color (decimal): -2879430 or 3805396. OLE color: 3805396.

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

Color convert

RGB 212 16 58 -
CMYK 0 0.92 0.73 0.17
HSL 347.14º 0.86% 0.45% -
HSV(B) 347.14º 0.92% 0.83% -
XYZ 28.1 14.67 5.35 -
YUV 79.39 115.93 222.58 -
System Red Green Blue C M Y K H S L
Decimal 212 16 58 0 0.92 0.73 0.17 347.14 0.86 0.45
Hex D4 10 3A 0 5C 49 11 15B 56 2D
Octal 324 20 72 0 134 111 21 533 126 55
Binary 11010100 10000 111010 0 1011100 1001001 10001 101011011 1010110 101101

Color Harmonies of #D4103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4103A

Black with #D4103A

Text Example


Text Example

White with #D4103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4103A; }

 p { color: rgb(212,16,58); }

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

background-color css

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

 a { background-color: rgb(212,16,58); }

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

border-color css

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

 span { border-color: rgb(212,16,58); }

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