Html Css Color HEX #D6223D Crimson

📋 copy color: '#D6223D'

red 214 ◦ green 34 ◦ blue 61

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

Shades of Crimson #D6223D

Tints of Crimson #D6223D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.74%

R = 69.26%
G = 11%
B = 19.74%

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

#D6223D (or 0xD6223D) is known color: Crimson. HEX triplet: D6, 22 and 3D. RGB value is (214,34,61). Sum of RGB (Red+Green+Blue) = 214+34+61=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D6223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6223D is #29DDC2. Grayscale: #5A5A5A. Windows color (decimal): -2743747 or 4006614. OLE color: 4006614.

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

Color convert

RGB 214 34 61 -
CMYK 0 0.84 0.71 0.16
HSL 351º 0.73% 0.49% -
HSV(B) 351º 0.84% 0.84% -
XYZ 29.15 15.78 5.92 -
YUV 90.9 111.13 215.8 -
System Red Green Blue C M Y K H S L
Decimal 214 34 61 0 0.84 0.71 0.16 351 0.73 0.49
Hex D6 22 3D 0 54 47 10 15F 49 31
Octal 326 42 75 0 124 107 20 537 111 61
Binary 11010110 100010 111101 0 1010100 1000111 10000 101011111 1001001 110001

Color Harmonies of #D6223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6223D

Black with #D6223D

Text Example


Text Example

White with #D6223D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6223D; }

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

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

background-color css

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

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

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

border-color css

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

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

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