Html Css Color HEX #D3134C Crimson

📋 copy color: '#D3134C'

red 211 ◦ green 19 ◦ blue 76

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

Shades of Crimson #D3134C

Tints of Crimson #D3134C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.84%

R = 68.95%
G = 6.21%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D3134C (or 0xD3134C) is known color: Crimson. HEX triplet: D3, 13 and 4C. RGB value is (211,19,76). Sum of RGB (Red+Green+Blue) = 211+19+76=306 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.95% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 211 - color contains mainly: red. Hex color #D3134C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3134C is #2CECB3. Grayscale: #525252. Windows color (decimal): -2944180 or 4985811. OLE color: 4985811.

HSL color Cylindrical-coordinate representation of color #D3134C: hue angle of 342.19º 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 #D3134C is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 19 76 -
CMYK 0 0.91 0.64 0.17
HSL 342.19º 0.83% 0.45% -
HSV(B) 342.19º 0.91% 0.83% -
XYZ 28.4 14.84 8.2 -
YUV 82.91 124.11 219.37 -
System Red Green Blue C M Y K H S L
Decimal 211 19 76 0 0.91 0.64 0.17 342.19 0.83 0.45
Hex D3 13 4C 0 5B 40 11 156 53 2D
Octal 323 23 114 0 133 100 21 526 123 55
Binary 11010011 10011 1001100 0 1011011 1000000 10001 101010110 1010011 101101

Color Harmonies of #D3134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3134C

Black with #D3134C

Text Example


Text Example

White with #D3134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3134C; }

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

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

background-color css

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

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

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

border-color css

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

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

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