Html Css Color HEX #D6223F Crimson

📋 copy color: '#D6223F'

red 214 ◦ green 34 ◦ blue 63

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

Shades of Crimson #D6223F

Tints of Crimson #D6223F

RGB

 RED value IS 214 (83.98% from 255) = 68.81%

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

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

R = 68.81%
G = 10.93%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6223F (or 0xD6223F) is known color: Crimson. HEX triplet: D6, 22 and 3F. RGB value is (214,34,63). Sum of RGB (Red+Green+Blue) = 214+34+63=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D6223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6223F is #29DDC0. Grayscale: #5B5B5B. Windows color (decimal): -2743745 or 4137686. OLE color: 4137686.

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

Color convert

RGB 214 34 63 -
CMYK 0 0.84 0.71 0.16
HSL 350.33º 0.73% 0.49% -
HSV(B) 350.33º 0.84% 0.84% -
XYZ 29.2 15.8 6.21 -
YUV 91.13 112.13 215.64 -
System Red Green Blue C M Y K H S L
Decimal 214 34 63 0 0.84 0.71 0.16 350.33 0.73 0.49
Hex D6 22 3F 0 54 47 10 15E 49 31
Octal 326 42 77 0 124 107 20 536 111 61
Binary 11010110 100010 111111 0 1010100 1000111 10000 101011110 1001001 110001

Color Harmonies of #D6223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6223F

Black with #D6223F

Text Example


Text Example

White with #D6223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6223F; }

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

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

background-color css

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

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

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

border-color css

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

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

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