Html Css Color HEX #D7203C Crimson

📋 copy color: '#D7203C'

red 215 ◦ green 32 ◦ blue 60

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

Shades of Crimson #D7203C

Tints of Crimson #D7203C

RGB

 RED value IS 215 (84.38% from 255) = 70.03%

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

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

R = 70.03%
G = 10.42%
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

#D7203C (or 0xD7203C) is known color: Crimson. HEX triplet: D7, 20 and 3C. RGB value is (215,32,60). Sum of RGB (Red+Green+Blue) = 215+32+60=307 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.03% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 215 - color contains mainly: red. Hex color #D7203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7203C is #28DFC3. Grayscale: #595959. Windows color (decimal): -2678724 or 3940567. OLE color: 3940567.

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

Color convert

RGB 215 32 60 -
CMYK 0 0.85 0.72 0.16
HSL 350.82º 0.74% 0.48% -
HSV(B) 350.82º 0.85% 0.84% -
XYZ 29.36 15.81 5.78 -
YUV 89.91 111.13 217.22 -
System Red Green Blue C M Y K H S L
Decimal 215 32 60 0 0.85 0.72 0.16 350.82 0.74 0.48
Hex D7 20 3C 0 55 48 10 15F 4A 30
Octal 327 40 74 0 125 110 20 537 112 60
Binary 11010111 100000 111100 0 1010101 1001000 10000 101011111 1001010 110000

Color Harmonies of #D7203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7203C

Black with #D7203C

Text Example


Text Example

White with #D7203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7203C; }

 p { color: rgb(215,32,60); }

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

background-color css

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

 a { background-color: rgb(215,32,60); }

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

border-color css

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

 span { border-color: rgb(215,32,60); }

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