Html Css Color HEX #D8032F Crimson

📋 copy color: '#D8032F'

red 216 ◦ green 3 ◦ blue 47

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

Shades of Crimson #D8032F

Tints of Crimson #D8032F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

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

R = 81.2%
G = 1.13%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8032F (or 0xD8032F) is known color: Crimson. HEX triplet: D8, 03 and 2F. RGB value is (216,3,47). Sum of RGB (Red+Green+Blue) = 216+3+47=266 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.20% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 216 - color contains mainly: red. Hex color #D8032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8032F is #27FCD0. Grayscale: #474747. Windows color (decimal): -2620625 or 3081176. OLE color: 3081176.

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

Color convert

RGB 216 3 47 -
CMYK 0 0.99 0.78 0.15
HSL 347.61º 0.97% 0.43% -
HSV(B) 347.61º 0.99% 0.85% -
XYZ 28.86 14.87 4.04 -
YUV 71.7 114.07 230.92 -
System Red Green Blue C M Y K H S L
Decimal 216 3 47 0 0.99 0.78 0.15 347.61 0.97 0.43
Hex D8 3 2F 0 63 4E F 15C 61 2B
Octal 330 3 57 0 143 116 17 534 141 53
Binary 11011000 11 101111 0 1100011 1001110 1111 101011100 1100001 101011

Color Harmonies of #D8032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8032F

Black with #D8032F

Text Example


Text Example

White with #D8032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8032F; }

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

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

background-color css

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

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

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

border-color css

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

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

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