Html Css Color HEX #D7124B Crimson

📋 copy color: '#D7124B'

red 215 ◦ green 18 ◦ blue 75

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

Shades of Crimson #D7124B

Tints of Crimson #D7124B

RGB

 RED value IS 215 (84.38% from 255) = 69.81%

 GREEN value IS 18 (7.42% from 255) = 5.84%

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

R = 69.81%
G = 5.84%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7124B (or 0xD7124B) is known color: Crimson. HEX triplet: D7, 12 and 4B. RGB value is (215,18,75). Sum of RGB (Red+Green+Blue) = 215+18+75=308 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.81% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 215 - color contains mainly: red. Hex color #D7124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7124B is #28EDB4. Grayscale: #535353. Windows color (decimal): -2682293 or 4920023. OLE color: 4920023.

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

Color convert

RGB 215 18 75 -
CMYK 0 0.92 0.65 0.16
HSL 342.64º 0.85% 0.46% -
HSV(B) 342.64º 0.92% 0.84% -
XYZ 29.51 15.39 8.07 -
YUV 83.4 123.27 221.87 -
System Red Green Blue C M Y K H S L
Decimal 215 18 75 0 0.92 0.65 0.16 342.64 0.85 0.46
Hex D7 12 4B 0 5C 41 10 157 55 2E
Octal 327 22 113 0 134 101 20 527 125 56
Binary 11010111 10010 1001011 0 1011100 1000001 10000 101010111 1010101 101110

Color Harmonies of #D7124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7124B

Black with #D7124B

Text Example


Text Example

White with #D7124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7124B; }

 p { color: rgb(215,18,75); }

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

background-color css

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

 a { background-color: rgb(215,18,75); }

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

border-color css

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

 span { border-color: rgb(215,18,75); }

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