Html Css Color HEX #D6203B Crimson

📋 copy color: '#D6203B'

red 214 ◦ green 32 ◦ blue 59

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

Shades of Crimson #D6203B

Tints of Crimson #D6203B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.34%

R = 70.16%
G = 10.49%
B = 19.34%

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

#D6203B (or 0xD6203B) is known color: Crimson. HEX triplet: D6, 20 and 3B. RGB value is (214,32,59). Sum of RGB (Red+Green+Blue) = 214+32+59=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D6203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6203B is #29DFC4. Grayscale: #595959. Windows color (decimal): -2744261 or 3875030. OLE color: 3875030.

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

Color convert

RGB 214 32 59 -
CMYK 0 0.85 0.72 0.16
HSL 351.1º 0.74% 0.48% -
HSV(B) 351.1º 0.85% 0.84% -
XYZ 29.04 15.64 5.63 -
YUV 89.5 110.8 216.8 -
System Red Green Blue C M Y K H S L
Decimal 214 32 59 0 0.85 0.72 0.16 351.1 0.74 0.48
Hex D6 20 3B 0 55 48 10 15F 4A 30
Octal 326 40 73 0 125 110 20 537 112 60
Binary 11010110 100000 111011 0 1010101 1001000 10000 101011111 1001010 110000

Color Harmonies of #D6203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6203B

Black with #D6203B

Text Example


Text Example

White with #D6203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6203B; }

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

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

background-color css

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

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

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

border-color css

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

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

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