Html Css Color HEX #D5223F Crimson

📋 copy color: '#D5223F'

red 213 ◦ green 34 ◦ blue 63

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

Shades of Crimson #D5223F

Tints of Crimson #D5223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.97%

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

R = 68.71%
G = 10.97%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5223F (or 0xD5223F) is known color: Crimson. HEX triplet: D5, 22 and 3F. RGB value is (213,34,63). Sum of RGB (Red+Green+Blue) = 213+34+63=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D5223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5223F is #2ADDC0. Grayscale: #5A5A5A. Windows color (decimal): -2809281 or 4137685. OLE color: 4137685.

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

Color convert

RGB 213 34 63 -
CMYK 0 0.84 0.70 0.16
HSL 350.28º 0.72% 0.48% -
HSV(B) 350.28º 0.84% 0.84% -
XYZ 28.91 15.65 6.2 -
YUV 90.83 112.3 215.14 -
System Red Green Blue C M Y K H S L
Decimal 213 34 63 0 0.84 0.70 0.16 350.28 0.72 0.48
Hex D5 22 3F 0 54 46 10 15E 48 30
Octal 325 42 77 0 124 106 20 536 110 60
Binary 11010101 100010 111111 0 1010100 1000110 10000 101011110 1001000 110000

Color Harmonies of #D5223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5223F

Black with #D5223F

Text Example


Text Example

White with #D5223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5223F; }

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

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

background-color css

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

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

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

border-color css

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

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

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