Html Css Color HEX #D3203E Crimson

📋 copy color: '#D3203E'

red 211 ◦ green 32 ◦ blue 62

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

Shades of Crimson #D3203E

Tints of Crimson #D3203E

RGB

 RED value IS 211 (82.81% from 255) = 69.18%

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

 BLUE value IS 62 (24.61% from 255) = 20.33%

R = 69.18%
G = 10.49%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3203E (or 0xD3203E) is known color: Crimson. HEX triplet: D3, 20 and 3E. RGB value is (211,32,62). Sum of RGB (Red+Green+Blue) = 211+32+62=305 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.18% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 211 - color contains mainly: red. Hex color #D3203E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3203E is #2CDFC1. Grayscale: #595959. Windows color (decimal): -2940866 or 4071635. OLE color: 4071635.

HSL color Cylindrical-coordinate representation of color #D3203E: hue angle of 349.94º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D3203E is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 32 62 -
CMYK 0 0.85 0.71 0.17
HSL 349.94º 0.74% 0.48% -
HSV(B) 349.94º 0.85% 0.83% -
XYZ 28.25 15.23 6.01 -
YUV 88.94 112.8 215.06 -
System Red Green Blue C M Y K H S L
Decimal 211 32 62 0 0.85 0.71 0.17 349.94 0.74 0.48
Hex D3 20 3E 0 55 47 11 15E 4A 30
Octal 323 40 76 0 125 107 21 536 112 60
Binary 11010011 100000 111110 0 1010101 1000111 10001 101011110 1001010 110000

Color Harmonies of #D3203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3203E

Black with #D3203E

Text Example


Text Example

White with #D3203E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3203E; }

 p { color: rgb(211,32,62); }

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

background-color css

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

 a { background-color: rgb(211,32,62); }

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

border-color css

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

 span { border-color: rgb(211,32,62); }

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