Html Css Color HEX #D7003D Crimson

📋 copy color: '#D7003D'

red 215 ◦ green 0 ◦ blue 61

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

Shades of Crimson #D7003D

Tints of Crimson #D7003D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.1%

R = 77.9%
G = 0%
B = 22.1%

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

#D7003D (or 0xD7003D) is known color: Crimson. HEX triplet: D7, 00 and 3D. RGB value is (215,0,61). Sum of RGB (Red+Green+Blue) = 215+0+61=276 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.90% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 215 - color contains mainly: red. Hex color #D7003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7003D is #28FFC2. Grayscale: #474747. Windows color (decimal): -2686915 or 3997911. OLE color: 3997911.

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

Color convert

RGB 215 0 61 -
CMYK 0 1 0.72 0.16
HSL 342.98º 1% 0.42% -
HSV(B) 342.98º 1% 0.84% -
XYZ 28.87 14.78 5.75 -
YUV 71.24 122.23 230.54 -
System Red Green Blue C M Y K H S L
Decimal 215 0 61 0 1 0.72 0.16 342.98 1 0.42
Hex D7 0 3D 0 64 48 10 157 64 2A
Octal 327 0 75 0 144 110 20 527 144 52
Binary 11010111 0 111101 0 1100100 1001000 10000 101010111 1100100 101010

Color Harmonies of #D7003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7003D

Black with #D7003D

Text Example


Text Example

White with #D7003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7003D; }

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

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

background-color css

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

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

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

border-color css

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

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

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