Html Css Color HEX #D80348 Crimson

📋 copy color: '#D80348'

red 216 ◦ green 3 ◦ blue 72

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

Shades of Crimson #D80348

Tints of Crimson #D80348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.74%

R = 74.23%
G = 1.03%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D80348 (or 0xD80348) is known color: Crimson. HEX triplet: D8, 03 and 48. RGB value is (216,3,72). Sum of RGB (Red+Green+Blue) = 216+3+72=291 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.23% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 216 - color contains mainly: red. Hex color #D80348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80348 is #27FCB7. Grayscale: #4A4A4A. Windows color (decimal): -2620600 or 4719576. OLE color: 4719576.

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

Color convert

RGB 216 3 72 -
CMYK 0 0.99 0.67 0.15
HSL 340.56º 0.97% 0.43% -
HSV(B) 340.56º 0.99% 0.85% -
XYZ 29.52 15.13 7.5 -
YUV 74.55 126.57 228.89 -
System Red Green Blue C M Y K H S L
Decimal 216 3 72 0 0.99 0.67 0.15 340.56 0.97 0.43
Hex D8 3 48 0 63 43 F 155 61 2B
Octal 330 3 110 0 143 103 17 525 141 53
Binary 11011000 11 1001000 0 1100011 1000011 1111 101010101 1100001 101011

Color Harmonies of #D80348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80348

Black with #D80348

Text Example


Text Example

White with #D80348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80348; }

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

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

background-color css

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

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

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

border-color css

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

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

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