Html Css Color HEX #D3134A Crimson

📋 copy color: '#D3134A'

red 211 ◦ green 19 ◦ blue 74

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

Shades of Crimson #D3134A

Tints of Crimson #D3134A

RGB

 RED value IS 211 (82.81% from 255) = 69.41%

 GREEN value IS 19 (7.81% from 255) = 6.25%

 BLUE value IS 74 (29.3% from 255) = 24.34%

R = 69.41%
G = 6.25%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D3134A (or 0xD3134A) is known color: Crimson. HEX triplet: D3, 13 and 4A. RGB value is (211,19,74). Sum of RGB (Red+Green+Blue) = 211+19+74=304 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.41% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 211 - color contains mainly: red. Hex color #D3134A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3134A is #2CECB5. Grayscale: #525252. Windows color (decimal): -2944182 or 4854739. OLE color: 4854739.

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

Color convert

RGB 211 19 74 -
CMYK 0 0.91 0.65 0.17
HSL 342.81º 0.83% 0.45% -
HSV(B) 342.81º 0.91% 0.83% -
XYZ 28.33 14.81 7.84 -
YUV 82.68 123.11 219.53 -
System Red Green Blue C M Y K H S L
Decimal 211 19 74 0 0.91 0.65 0.17 342.81 0.83 0.45
Hex D3 13 4A 0 5B 41 11 157 53 2D
Octal 323 23 112 0 133 101 21 527 123 55
Binary 11010011 10011 1001010 0 1011011 1000001 10001 101010111 1010011 101101

Color Harmonies of #D3134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3134A

Black with #D3134A

Text Example


Text Example

White with #D3134A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3134A; }

 p { color: rgb(211,19,74); }

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

background-color css

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

 a { background-color: rgb(211,19,74); }

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

border-color css

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

 span { border-color: rgb(211,19,74); }

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