Html Css Color HEX #D51233 Crimson

📋 copy color: '#D51233'

red 213 ◦ green 18 ◦ blue 51

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

Shades of Crimson #D51233

Tints of Crimson #D51233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.09%

R = 75.53%
G = 6.38%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D51233 (or 0xD51233) is known color: Crimson. HEX triplet: D5, 12 and 33. RGB value is (213,18,51). Sum of RGB (Red+Green+Blue) = 213+18+51=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D51233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51233 is #2AEDCC. Grayscale: #505050. Windows color (decimal): -2813389 or 3347157. OLE color: 3347157.

HSL color Cylindrical-coordinate representation of color #D51233: hue angle of 349.85º 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 #D51233 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 18 51 -
CMYK 0 0.92 0.76 0.16
HSL 349.85º 0.84% 0.45% -
HSV(B) 349.85º 0.92% 0.84% -
XYZ 28.25 14.82 4.5 -
YUV 80.07 111.6 222.82 -
System Red Green Blue C M Y K H S L
Decimal 213 18 51 0 0.92 0.76 0.16 349.85 0.84 0.45
Hex D5 12 33 0 5C 4C 10 15E 54 2D
Octal 325 22 63 0 134 114 20 536 124 55
Binary 11010101 10010 110011 0 1011100 1001100 10000 101011110 1010100 101101

Color Harmonies of #D51233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51233

Black with #D51233

Text Example


Text Example

White with #D51233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51233; }

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

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

background-color css

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

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

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

border-color css

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

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

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