Html Css Color HEX #D7003E Crimson

📋 copy color: '#D7003E'

red 215 ◦ green 0 ◦ blue 62

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

Shades of Crimson #D7003E

Tints of Crimson #D7003E

RGB

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

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

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

R = 77.62%
G = 0%
B = 22.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D7003E (or 0xD7003E) is known color: Crimson. HEX triplet: D7, 00 and 3E. RGB value is (215,0,62). Sum of RGB (Red+Green+Blue) = 215+0+62=277 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.62% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 215 - color contains mainly: red. Hex color #D7003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7003E is #28FFC1. Grayscale: #474747. Windows color (decimal): -2686914 or 4063447. OLE color: 4063447.

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

Color convert

RGB 215 0 62 -
CMYK 0 1 0.71 0.16
HSL 342.7º 1% 0.42% -
HSV(B) 342.7º 1% 0.84% -
XYZ 28.89 14.79 5.89 -
YUV 71.35 122.73 230.46 -
System Red Green Blue C M Y K H S L
Decimal 215 0 62 0 1 0.71 0.16 342.7 1 0.42
Hex D7 0 3E 0 64 47 10 157 64 2A
Octal 327 0 76 0 144 107 20 527 144 52
Binary 11010111 0 111110 0 1100100 1000111 10000 101010111 1100100 101010

Color Harmonies of #D7003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7003E

Black with #D7003E

Text Example


Text Example

White with #D7003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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