Html Css Color HEX #D8063C Crimson

📋 copy color: '#D8063C'

red 216 ◦ green 6 ◦ blue 60

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

Shades of Crimson #D8063C

Tints of Crimson #D8063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.13%

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

R = 76.6%
G = 2.13%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8063C (or 0xD8063C) is known color: Crimson. HEX triplet: D8, 06 and 3C. RGB value is (216,6,60). Sum of RGB (Red+Green+Blue) = 216+6+60=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D8063C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8063C is #27F9C3. Grayscale: #4A4A4A. Windows color (decimal): -2619844 or 3933912. OLE color: 3933912.

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

Color convert

RGB 216 6 60 -
CMYK 0 0.97 0.72 0.15
HSL 344.57º 0.95% 0.44% -
HSV(B) 344.57º 0.97% 0.85% -
XYZ 29.2 15.06 5.64 -
YUV 74.95 119.57 228.61 -
System Red Green Blue C M Y K H S L
Decimal 216 6 60 0 0.97 0.72 0.15 344.57 0.95 0.44
Hex D8 6 3C 0 61 48 F 159 5F 2C
Octal 330 6 74 0 141 110 17 531 137 54
Binary 11011000 110 111100 0 1100001 1001000 1111 101011001 1011111 101100

Color Harmonies of #D8063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8063C

Black with #D8063C

Text Example


Text Example

White with #D8063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8063C; }

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

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

background-color css

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

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

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

border-color css

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

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

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