Html Css Color HEX #D80342 Crimson

📋 copy color: '#D80342'

red 216 ◦ green 3 ◦ blue 66

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

Shades of Crimson #D80342

Tints of Crimson #D80342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.16%

R = 75.79%
G = 1.05%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D80342 (or 0xD80342) is known color: Crimson. HEX triplet: D8, 03 and 42. RGB value is (216,3,66). Sum of RGB (Red+Green+Blue) = 216+3+66=285 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.79% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 216 - color contains mainly: red. Hex color #D80342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80342 is #27FCBD. Grayscale: #494949. Windows color (decimal): -2620606 or 4326360. OLE color: 4326360.

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

Color convert

RGB 216 3 66 -
CMYK 0 0.99 0.69 0.15
HSL 342.25º 0.97% 0.43% -
HSV(B) 342.25º 0.99% 0.85% -
XYZ 29.33 15.06 6.51 -
YUV 73.87 123.57 229.38 -
System Red Green Blue C M Y K H S L
Decimal 216 3 66 0 0.99 0.69 0.15 342.25 0.97 0.43
Hex D8 3 42 0 63 45 F 156 61 2B
Octal 330 3 102 0 143 105 17 526 141 53
Binary 11011000 11 1000010 0 1100011 1000101 1111 101010110 1100001 101011

Color Harmonies of #D80342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80342

Black with #D80342

Text Example


Text Example

White with #D80342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80342; }

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

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

background-color css

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

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

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

border-color css

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

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

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