Html Css Color HEX #D51335 Crimson

📋 copy color: '#D51335'

red 213 ◦ green 19 ◦ blue 53

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

Shades of Crimson #D51335

Tints of Crimson #D51335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.6%

R = 74.74%
G = 6.67%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D51335 (or 0xD51335) is known color: Crimson. HEX triplet: D5, 13 and 35. RGB value is (213,19,53). Sum of RGB (Red+Green+Blue) = 213+19+53=285 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.74% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 213 - color contains mainly: red. Hex color #D51335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51335 is #2AECCA. Grayscale: #505050. Windows color (decimal): -2813131 or 3478485. OLE color: 3478485.

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

Color convert

RGB 213 19 53 -
CMYK 0 0.91 0.75 0.16
HSL 349.48º 0.84% 0.45% -
HSV(B) 349.48º 0.91% 0.84% -
XYZ 28.32 14.87 4.75 -
YUV 80.88 112.27 222.24 -
System Red Green Blue C M Y K H S L
Decimal 213 19 53 0 0.91 0.75 0.16 349.48 0.84 0.45
Hex D5 13 35 0 5B 4B 10 15D 54 2D
Octal 325 23 65 0 133 113 20 535 124 55
Binary 11010101 10011 110101 0 1011011 1001011 10000 101011101 1010100 101101

Color Harmonies of #D51335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51335

Black with #D51335

Text Example


Text Example

White with #D51335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51335; }

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

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

background-color css

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

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

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

border-color css

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

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

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