Html Css Color HEX #D7003C Crimson

📋 copy color: '#D7003C'

red 215 ◦ green 0 ◦ blue 60

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

Shades of Crimson #D7003C

Tints of Crimson #D7003C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.18%
G = 0%
B = 21.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7003C (or 0xD7003C) is known color: Crimson. HEX triplet: D7, 00 and 3C. RGB value is (215,0,60). Sum of RGB (Red+Green+Blue) = 215+0+60=275 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.18% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 215 - color contains mainly: red. Hex color #D7003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7003C is #28FFC3. Grayscale: #474747. Windows color (decimal): -2686916 or 3932375. OLE color: 3932375.

HSL color Cylindrical-coordinate representation of color #D7003C: hue angle of 343.26º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7003C is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 0 60 -
CMYK 0 1 0.72 0.16
HSL 343.26º 1% 0.42% -
HSV(B) 343.26º 1% 0.84% -
XYZ 28.84 14.77 5.61 -
YUV 71.13 121.73 230.62 -
System Red Green Blue C M Y K H S L
Decimal 215 0 60 0 1 0.72 0.16 343.26 1 0.42
Hex D7 0 3C 0 64 48 10 157 64 2A
Octal 327 0 74 0 144 110 20 527 144 52
Binary 11010111 0 111100 0 1100100 1001000 10000 101010111 1100100 101010

Color Harmonies of #D7003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7003C

Black with #D7003C

Text Example


Text Example

White with #D7003C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7003C; }

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

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

background-color css

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

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

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

border-color css

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

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

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