Html Css Color HEX #D4134D Crimson

📋 copy color: '#D4134D'

red 212 ◦ green 19 ◦ blue 77

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

Shades of Crimson #D4134D

Tints of Crimson #D4134D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25%

R = 68.83%
G = 6.17%
B = 25%

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

#D4134D (or 0xD4134D) is known color: Crimson. HEX triplet: D4, 13 and 4D. RGB value is (212,19,77). Sum of RGB (Red+Green+Blue) = 212+19+77=308 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.83% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 212 - color contains mainly: red. Hex color #D4134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4134D is #2BECB2. Grayscale: #535353. Windows color (decimal): -2878643 or 5051348. OLE color: 5051348.

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

Color convert

RGB 212 19 77 -
CMYK 0 0.91 0.64 0.17
HSL 341.97º 0.84% 0.45% -
HSV(B) 341.97º 0.91% 0.83% -
XYZ 28.72 15 8.4 -
YUV 83.32 124.44 219.78 -
System Red Green Blue C M Y K H S L
Decimal 212 19 77 0 0.91 0.64 0.17 341.97 0.84 0.45
Hex D4 13 4D 0 5B 40 11 156 54 2D
Octal 324 23 115 0 133 100 21 526 124 55
Binary 11010100 10011 1001101 0 1011011 1000000 10001 101010110 1010100 101101

Color Harmonies of #D4134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4134D

Black with #D4134D

Text Example


Text Example

White with #D4134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4134D; }

 p { color: rgb(212,19,77); }

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

background-color css

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

 a { background-color: rgb(212,19,77); }

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

border-color css

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

 span { border-color: rgb(212,19,77); }

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