Html Css Color HEX #D31335 Crimson

📋 copy color: '#D31335'

red 211 ◦ green 19 ◦ blue 53

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

Shades of Crimson #D31335

Tints of Crimson #D31335

RGB

 RED value IS 211 (82.81% from 255) = 74.56%

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

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

R = 74.56%
G = 6.71%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D31335 (or 0xD31335) is known color: Crimson. HEX triplet: D3, 13 and 35. RGB value is (211,19,53). Sum of RGB (Red+Green+Blue) = 211+19+53=283 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.56% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 211 - color contains mainly: red. Hex color #D31335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31335 is #2CECCA. Grayscale: #505050. Windows color (decimal): -2944203 or 3478483. OLE color: 3478483.

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

Color convert

RGB 211 19 53 -
CMYK 0 0.91 0.75 0.17
HSL 349.38º 0.83% 0.45% -
HSV(B) 349.38º 0.91% 0.83% -
XYZ 27.74 14.57 4.72 -
YUV 80.28 112.61 221.24 -
System Red Green Blue C M Y K H S L
Decimal 211 19 53 0 0.91 0.75 0.17 349.38 0.83 0.45
Hex D3 13 35 0 5B 4B 11 15D 53 2D
Octal 323 23 65 0 133 113 21 535 123 55
Binary 11010011 10011 110101 0 1011011 1001011 10001 101011101 1010011 101101

Color Harmonies of #D31335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31335

Black with #D31335

Text Example


Text Example

White with #D31335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31335; }

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

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

background-color css

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

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

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

border-color css

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

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

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