Html Css Color HEX #D5213F Crimson

📋 copy color: '#D5213F'

red 213 ◦ green 33 ◦ blue 63

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

Shades of Crimson #D5213F

Tints of Crimson #D5213F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.68%

 BLUE value IS 63 (25% from 255) = 20.39%

R = 68.93%
G = 10.68%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5213F (or 0xD5213F) is known color: Crimson. HEX triplet: D5, 21 and 3F. RGB value is (213,33,63). Sum of RGB (Red+Green+Blue) = 213+33+63=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D5213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5213F is #2ADEC0. Grayscale: #5A5A5A. Windows color (decimal): -2809537 or 4137429. OLE color: 4137429.

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

Color convert

RGB 213 33 63 -
CMYK 0 0.85 0.70 0.16
HSL 350º 0.73% 0.48% -
HSV(B) 350º 0.85% 0.84% -
XYZ 28.88 15.59 6.19 -
YUV 90.24 112.63 215.56 -
System Red Green Blue C M Y K H S L
Decimal 213 33 63 0 0.85 0.70 0.16 350 0.73 0.48
Hex D5 21 3F 0 55 46 10 15E 49 30
Octal 325 41 77 0 125 106 20 536 111 60
Binary 11010101 100001 111111 0 1010101 1000110 10000 101011110 1001001 110000

Color Harmonies of #D5213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5213F

Black with #D5213F

Text Example


Text Example

White with #D5213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5213F; }

 p { color: rgb(213,33,63); }

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

background-color css

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

 a { background-color: rgb(213,33,63); }

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

border-color css

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

 span { border-color: rgb(213,33,63); }

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