Html Css Color HEX #D8003C Crimson

📋 copy color: '#D8003C'

red 216 ◦ green 0 ◦ blue 60

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

Shades of Crimson #D8003C

Tints of Crimson #D8003C

RGB

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

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

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

R = 78.26%
G = 0%
B = 21.74%

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

#D8003C (or 0xD8003C) is known color: Crimson. HEX triplet: D8, 00 and 3C. RGB value is (216,0,60). Sum of RGB (Red+Green+Blue) = 216+0+60=276 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.26% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 216 - color contains mainly: red. Hex color #D8003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8003C is #27FFC3. Grayscale: #474747. Windows color (decimal): -2621380 or 3932376. OLE color: 3932376.

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

Color convert

RGB 216 0 60 -
CMYK 0 1 0.72 0.15
HSL 343.33º 1% 0.42% -
HSV(B) 343.33º 1% 0.85% -
XYZ 29.13 14.93 5.62 -
YUV 71.42 121.56 231.12 -
System Red Green Blue C M Y K H S L
Decimal 216 0 60 0 1 0.72 0.15 343.33 1 0.42
Hex D8 0 3C 0 64 48 F 157 64 2A
Octal 330 0 74 0 144 110 17 527 144 52
Binary 11011000 0 111100 0 1100100 1001000 1111 101010111 1100100 101010

Color Harmonies of #D8003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8003C

Black with #D8003C

Text Example


Text Example

White with #D8003C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8003C; }

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

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

background-color css

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

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

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

border-color css

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

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

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