Html Css Color HEX #D8003D Crimson

📋 copy color: '#D8003D'

red 216 ◦ green 0 ◦ blue 61

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

Shades of Crimson #D8003D

Tints of Crimson #D8003D

RGB

 RED value IS 216 (84.77% from 255) = 77.98%

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

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

R = 77.98%
G = 0%
B = 22.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8003D (or 0xD8003D) is known color: Crimson. HEX triplet: D8, 00 and 3D. RGB value is (216,0,61). Sum of RGB (Red+Green+Blue) = 216+0+61=277 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.98% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 216 - color contains mainly: red. Hex color #D8003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8003D is #27FFC2. Grayscale: #474747. Windows color (decimal): -2621379 or 3997912. OLE color: 3997912.

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

Color convert

RGB 216 0 61 -
CMYK 0 1 0.72 0.15
HSL 343.06º 1% 0.42% -
HSV(B) 343.06º 1% 0.85% -
XYZ 29.16 14.94 5.76 -
YUV 71.54 122.06 231.04 -
System Red Green Blue C M Y K H S L
Decimal 216 0 61 0 1 0.72 0.15 343.06 1 0.42
Hex D8 0 3D 0 64 48 F 157 64 2A
Octal 330 0 75 0 144 110 17 527 144 52
Binary 11011000 0 111101 0 1100100 1001000 1111 101010111 1100100 101010

Color Harmonies of #D8003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8003D

Black with #D8003D

Text Example


Text Example

White with #D8003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8003D; }

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

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

background-color css

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

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

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

border-color css

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

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

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