Html Css Color HEX #D5123D Crimson

📋 copy color: '#D5123D'

red 213 ◦ green 18 ◦ blue 61

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

Shades of Crimson #D5123D

Tints of Crimson #D5123D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.89%

R = 72.95%
G = 6.16%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5123D (or 0xD5123D) is known color: Crimson. HEX triplet: D5, 12 and 3D. RGB value is (213,18,61). Sum of RGB (Red+Green+Blue) = 213+18+61=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D5123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5123D is #2AEDC2. Grayscale: #515151. Windows color (decimal): -2813379 or 4002517. OLE color: 4002517.

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

Color convert

RGB 213 18 61 -
CMYK 0 0.92 0.71 0.16
HSL 346.77º 0.84% 0.45% -
HSV(B) 346.77º 0.92% 0.84% -
XYZ 28.5 14.92 5.79 -
YUV 81.21 116.6 222 -
System Red Green Blue C M Y K H S L
Decimal 213 18 61 0 0.92 0.71 0.16 346.77 0.84 0.45
Hex D5 12 3D 0 5C 47 10 15B 54 2D
Octal 325 22 75 0 134 107 20 533 124 55
Binary 11010101 10010 111101 0 1011100 1000111 10000 101011011 1010100 101101

Color Harmonies of #D5123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5123D

Black with #D5123D

Text Example


Text Example

White with #D5123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5123D; }

 p { color: rgb(213,18,61); }

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

background-color css

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

 a { background-color: rgb(213,18,61); }

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

border-color css

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

 span { border-color: rgb(213,18,61); }

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