Html Css Color HEX #D6213C Crimson

📋 copy color: '#D6213C'

red 214 ◦ green 33 ◦ blue 60

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

Shades of Crimson #D6213C

Tints of Crimson #D6213C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.54%

R = 69.71%
G = 10.75%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6213C (or 0xD6213C) is known color: Crimson. HEX triplet: D6, 21 and 3C. RGB value is (214,33,60). Sum of RGB (Red+Green+Blue) = 214+33+60=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D6213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6213C is #29DEC3. Grayscale: #5A5A5A. Windows color (decimal): -2744004 or 3940822. OLE color: 3940822.

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

Color convert

RGB 214 33 60 -
CMYK 0 0.85 0.72 0.16
HSL 351.05º 0.73% 0.48% -
HSV(B) 351.05º 0.85% 0.84% -
XYZ 29.09 15.71 5.77 -
YUV 90.2 110.97 216.3 -
System Red Green Blue C M Y K H S L
Decimal 214 33 60 0 0.85 0.72 0.16 351.05 0.73 0.48
Hex D6 21 3C 0 55 48 10 15F 49 30
Octal 326 41 74 0 125 110 20 537 111 60
Binary 11010110 100001 111100 0 1010101 1001000 10000 101011111 1001001 110000

Color Harmonies of #D6213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6213C

Black with #D6213C

Text Example


Text Example

White with #D6213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6213C; }

 p { color: rgb(214,33,60); }

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

background-color css

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

 a { background-color: rgb(214,33,60); }

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

border-color css

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

 span { border-color: rgb(214,33,60); }

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