Html Css Color HEX #D8062C Crimson

📋 copy color: '#D8062C'

red 216 ◦ green 6 ◦ blue 44

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

Shades of Crimson #D8062C

Tints of Crimson #D8062C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.54%

R = 81.2%
G = 2.26%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8062C (or 0xD8062C) is known color: Crimson. HEX triplet: D8, 06 and 2C. RGB value is (216,6,44). Sum of RGB (Red+Green+Blue) = 216+6+44=266 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.20% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 216 - color contains mainly: red. Hex color #D8062C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8062C is #27F9D3. Grayscale: #494949. Windows color (decimal): -2619860 or 2885336. OLE color: 2885336.

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

Color convert

RGB 216 6 44 -
CMYK 0 0.97 0.80 0.15
HSL 349.14º 0.95% 0.44% -
HSV(B) 349.14º 0.97% 0.85% -
XYZ 28.84 14.91 3.74 -
YUV 73.12 111.57 229.91 -
System Red Green Blue C M Y K H S L
Decimal 216 6 44 0 0.97 0.80 0.15 349.14 0.95 0.44
Hex D8 6 2C 0 61 50 F 15D 5F 2C
Octal 330 6 54 0 141 120 17 535 137 54
Binary 11011000 110 101100 0 1100001 1010000 1111 101011101 1011111 101100

Color Harmonies of #D8062C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8062C

Black with #D8062C

Text Example


Text Example

White with #D8062C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8062C; }

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

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

background-color css

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

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

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

border-color css

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

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

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