Html Css Color HEX #D80B4B Crimson

📋 copy color: '#D80B4B'

red 216 ◦ green 11 ◦ blue 75

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

Shades of Crimson #D80B4B

Tints of Crimson #D80B4B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.64%

 BLUE value IS 75 (29.69% from 255) = 24.83%

R = 71.52%
G = 3.64%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D80B4B (or 0xD80B4B) is known color: Crimson. HEX triplet: D8, 0B and 4B. RGB value is (216,11,75). Sum of RGB (Red+Green+Blue) = 216+11+75=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80B4B is #27F4B4. Grayscale: #4F4F4F. Windows color (decimal): -2618549 or 4918232. OLE color: 4918232.

HSL color Cylindrical-coordinate representation of color #D80B4B: hue angle of 341.27º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80B4B is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 11 75 -
CMYK 0 0.95 0.65 0.15
HSL 341.27º 0.9% 0.45% -
HSV(B) 341.27º 0.95% 0.85% -
XYZ 29.71 15.35 8.05 -
YUV 79.59 125.42 225.3 -
System Red Green Blue C M Y K H S L
Decimal 216 11 75 0 0.95 0.65 0.15 341.27 0.9 0.45
Hex D8 B 4B 0 5F 41 F 155 5A 2D
Octal 330 13 113 0 137 101 17 525 132 55
Binary 11011000 1011 1001011 0 1011111 1000001 1111 101010101 1011010 101101

Color Harmonies of #D80B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80B4B

Black with #D80B4B

Text Example


Text Example

White with #D80B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80B4B; }

 p { color: rgb(216,11,75); }

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

background-color css

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

 a { background-color: rgb(216,11,75); }

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

border-color css

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

 span { border-color: rgb(216,11,75); }

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