Html Css Color HEX #D8062F Crimson

📋 copy color: '#D8062F'

red 216 ◦ green 6 ◦ blue 47

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

Shades of Crimson #D8062F

Tints of Crimson #D8062F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.47%

R = 80.3%
G = 2.23%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8062F (or 0xD8062F) is known color: Crimson. HEX triplet: D8, 06 and 2F. RGB value is (216,6,47). Sum of RGB (Red+Green+Blue) = 216+6+47=269 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.30% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 216 - color contains mainly: red. Hex color #D8062F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8062F is #27F9D0. Grayscale: #494949. Windows color (decimal): -2619857 or 3081944. OLE color: 3081944.

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

Color convert

RGB 216 6 47 -
CMYK 0 0.97 0.78 0.15
HSL 348.29º 0.95% 0.44% -
HSV(B) 348.29º 0.97% 0.85% -
XYZ 28.9 14.93 4.05 -
YUV 73.46 113.07 229.67 -
System Red Green Blue C M Y K H S L
Decimal 216 6 47 0 0.97 0.78 0.15 348.29 0.95 0.44
Hex D8 6 2F 0 61 4E F 15C 5F 2C
Octal 330 6 57 0 141 116 17 534 137 54
Binary 11011000 110 101111 0 1100001 1001110 1111 101011100 1011111 101100

Color Harmonies of #D8062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8062F

Black with #D8062F

Text Example


Text Example

White with #D8062F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8062F; }

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

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

background-color css

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

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

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

border-color css

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

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

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