Html Css Color HEX #D7003B Crimson

📋 copy color: '#D7003B'

red 215 ◦ green 0 ◦ blue 59

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

Shades of Crimson #D7003B

Tints of Crimson #D7003B

RGB

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

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

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

R = 78.47%
G = 0%
B = 21.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7003B (or 0xD7003B) is known color: Crimson. HEX triplet: D7, 00 and 3B. RGB value is (215,0,59). Sum of RGB (Red+Green+Blue) = 215+0+59=274 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.47% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 215 - color contains mainly: red. Hex color #D7003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7003B is #28FFC4. Grayscale: #464646. Windows color (decimal): -2686917 or 3866839. OLE color: 3866839.

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

Color convert

RGB 215 0 59 -
CMYK 0 1 0.73 0.16
HSL 343.53º 1% 0.42% -
HSV(B) 343.53º 1% 0.84% -
XYZ 28.81 14.76 5.47 -
YUV 71.01 121.23 230.7 -
System Red Green Blue C M Y K H S L
Decimal 215 0 59 0 1 0.73 0.16 343.53 1 0.42
Hex D7 0 3B 0 64 49 10 158 64 2A
Octal 327 0 73 0 144 111 20 530 144 52
Binary 11010111 0 111011 0 1100100 1001001 10000 101011000 1100100 101010

Color Harmonies of #D7003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7003B

Black with #D7003B

Text Example


Text Example

White with #D7003B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7003B; }

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

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

background-color css

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

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

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

border-color css

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

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

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