Html Css Color HEX #D80C30 Crimson

📋 copy color: '#D80C30'

red 216 ◦ green 12 ◦ blue 48

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

Shades of Crimson #D80C30

Tints of Crimson #D80C30

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.35%

 BLUE value IS 48 (19.14% from 255) = 17.39%

R = 78.26%
G = 4.35%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D80C30 (or 0xD80C30) is known color: Crimson. HEX triplet: D8, 0C and 30. RGB value is (216,12,48). Sum of RGB (Red+Green+Blue) = 216+12+48=276 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.26% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80C30 is #27F3CF. Grayscale: #4D4D4D. Windows color (decimal): -2618320 or 3149016. OLE color: 3149016.

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

Color convert

RGB 216 12 48 -
CMYK 0 0.94 0.78 0.15
HSL 349.41º 0.89% 0.45% -
HSV(B) 349.41º 0.94% 0.85% -
XYZ 28.98 15.08 4.18 -
YUV 77.1 111.59 227.07 -
System Red Green Blue C M Y K H S L
Decimal 216 12 48 0 0.94 0.78 0.15 349.41 0.89 0.45
Hex D8 C 30 0 5E 4E F 15D 59 2D
Octal 330 14 60 0 136 116 17 535 131 55
Binary 11011000 1100 110000 0 1011110 1001110 1111 101011101 1011001 101101

Color Harmonies of #D80C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C30

Black with #D80C30

Text Example


Text Example

White with #D80C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C30; }

 p { color: rgb(216,12,48); }

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

background-color css

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

 a { background-color: rgb(216,12,48); }

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

border-color css

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

 span { border-color: rgb(216,12,48); }

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