Html Css Color HEX #D5134B Crimson

📋 copy color: '#D5134B'

red 213 ◦ green 19 ◦ blue 75

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

Shades of Crimson #D5134B

Tints of Crimson #D5134B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.43%

R = 69.38%
G = 6.19%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5134B (or 0xD5134B) is known color: Crimson. HEX triplet: D5, 13 and 4B. RGB value is (213,19,75). Sum of RGB (Red+Green+Blue) = 213+19+75=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D5134B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5134B is #2AECB4. Grayscale: #535353. Windows color (decimal): -2813109 or 4920277. OLE color: 4920277.

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

Color convert

RGB 213 19 75 -
CMYK 0 0.91 0.65 0.16
HSL 342.68º 0.84% 0.45% -
HSV(B) 342.68º 0.91% 0.84% -
XYZ 28.94 15.12 8.05 -
YUV 83.39 123.27 220.45 -
System Red Green Blue C M Y K H S L
Decimal 213 19 75 0 0.91 0.65 0.16 342.68 0.84 0.45
Hex D5 13 4B 0 5B 41 10 157 54 2D
Octal 325 23 113 0 133 101 20 527 124 55
Binary 11010101 10011 1001011 0 1011011 1000001 10000 101010111 1010100 101101

Color Harmonies of #D5134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5134B

Black with #D5134B

Text Example


Text Example

White with #D5134B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5134B; }

 p { color: rgb(213,19,75); }

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

background-color css

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

 a { background-color: rgb(213,19,75); }

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

border-color css

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

 span { border-color: rgb(213,19,75); }

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