Html Css Color HEX #D6203A Crimson

📋 copy color: '#D6203A'

red 214 ◦ green 32 ◦ blue 58

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

Shades of Crimson #D6203A

Tints of Crimson #D6203A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.53%

 BLUE value IS 58 (23.05% from 255) = 19.08%

R = 70.39%
G = 10.53%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6203A (or 0xD6203A) is known color: Crimson. HEX triplet: D6, 20 and 3A. RGB value is (214,32,58). Sum of RGB (Red+Green+Blue) = 214+32+58=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D6203A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6203A is #29DFC5. Grayscale: #595959. Windows color (decimal): -2744262 or 3809494. OLE color: 3809494.

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

Color convert

RGB 214 32 58 -
CMYK 0 0.85 0.73 0.16
HSL 351.43º 0.74% 0.48% -
HSV(B) 351.43º 0.85% 0.84% -
XYZ 29.01 15.63 5.49 -
YUV 89.38 110.3 216.89 -
System Red Green Blue C M Y K H S L
Decimal 214 32 58 0 0.85 0.73 0.16 351.43 0.74 0.48
Hex D6 20 3A 0 55 49 10 15F 4A 30
Octal 326 40 72 0 125 111 20 537 112 60
Binary 11010110 100000 111010 0 1010101 1001001 10000 101011111 1001010 110000

Color Harmonies of #D6203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6203A

Black with #D6203A

Text Example


Text Example

White with #D6203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6203A; }

 p { color: rgb(214,32,58); }

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

background-color css

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

 a { background-color: rgb(214,32,58); }

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

border-color css

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

 span { border-color: rgb(214,32,58); }

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