Html Css Color HEX #D8062B Crimson

📋 copy color: '#D8062B'

red 216 ◦ green 6 ◦ blue 43

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

Shades of Crimson #D8062B

Tints of Crimson #D8062B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.23%

R = 81.51%
G = 2.26%
B = 16.23%

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

#D8062B (or 0xD8062B) is known color: Crimson. HEX triplet: D8, 06 and 2B. RGB value is (216,6,43). Sum of RGB (Red+Green+Blue) = 216+6+43=265 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.51% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 216 - color contains mainly: red. Hex color #D8062B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8062B is #27F9D4. Grayscale: #494949. Windows color (decimal): -2619861 or 2819800. OLE color: 2819800.

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

Color convert

RGB 216 6 43 -
CMYK 0 0.97 0.80 0.15
HSL 349.43º 0.95% 0.44% -
HSV(B) 349.43º 0.97% 0.85% -
XYZ 28.82 14.9 3.64 -
YUV 73.01 111.07 229.99 -
System Red Green Blue C M Y K H S L
Decimal 216 6 43 0 0.97 0.80 0.15 349.43 0.95 0.44
Hex D8 6 2B 0 61 50 F 15D 5F 2C
Octal 330 6 53 0 141 120 17 535 137 54
Binary 11011000 110 101011 0 1100001 1010000 1111 101011101 1011111 101100

Color Harmonies of #D8062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8062B

Black with #D8062B

Text Example


Text Example

White with #D8062B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8062B; }

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

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

background-color css

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

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

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

border-color css

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

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

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