Html Css Color HEX #D80340 Crimson

📋 copy color: '#D80340'

red 216 ◦ green 3 ◦ blue 64

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

Shades of Crimson #D80340

Tints of Crimson #D80340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.61%

R = 76.33%
G = 1.06%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D80340 (or 0xD80340) is known color: Crimson. HEX triplet: D8, 03 and 40. RGB value is (216,3,64). Sum of RGB (Red+Green+Blue) = 216+3+64=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D80340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80340 is #27FCBF. Grayscale: #494949. Windows color (decimal): -2620608 or 4195288. OLE color: 4195288.

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

Color convert

RGB 216 3 64 -
CMYK 0 0.99 0.70 0.15
HSL 342.82º 0.97% 0.43% -
HSV(B) 342.82º 0.99% 0.85% -
XYZ 29.28 15.03 6.21 -
YUV 73.64 122.57 229.54 -
System Red Green Blue C M Y K H S L
Decimal 216 3 64 0 0.99 0.70 0.15 342.82 0.97 0.43
Hex D8 3 40 0 63 46 F 157 61 2B
Octal 330 3 100 0 143 106 17 527 141 53
Binary 11011000 11 1000000 0 1100011 1000110 1111 101010111 1100001 101011

Color Harmonies of #D80340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80340

Black with #D80340

Text Example


Text Example

White with #D80340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80340; }

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

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

background-color css

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

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

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

border-color css

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

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

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