Html Css Color HEX #D80632 Crimson

📋 copy color: '#D80632'

red 216 ◦ green 6 ◦ blue 50

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

Shades of Crimson #D80632

Tints of Crimson #D80632

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 79.41%
G = 2.21%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D80632 (or 0xD80632) is known color: Crimson. HEX triplet: D8, 06 and 32. RGB value is (216,6,50). Sum of RGB (Red+Green+Blue) = 216+6+50=272 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.41% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 216 - color contains mainly: red. Hex color #D80632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80632 is #27F9CD. Grayscale: #494949. Windows color (decimal): -2619854 or 3278552. OLE color: 3278552.

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

Color convert

RGB 216 6 50 -
CMYK 0 0.97 0.77 0.15
HSL 347.43º 0.95% 0.44% -
HSV(B) 347.43º 0.97% 0.85% -
XYZ 28.96 14.96 4.38 -
YUV 73.81 114.57 229.42 -
System Red Green Blue C M Y K H S L
Decimal 216 6 50 0 0.97 0.77 0.15 347.43 0.95 0.44
Hex D8 6 32 0 61 4D F 15B 5F 2C
Octal 330 6 62 0 141 115 17 533 137 54
Binary 11011000 110 110010 0 1100001 1001101 1111 101011011 1011111 101100

Color Harmonies of #D80632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80632

Black with #D80632

Text Example


Text Example

White with #D80632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80632; }

 p { color: rgb(216,6,50); }

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

background-color css

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

 a { background-color: rgb(216,6,50); }

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

border-color css

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

 span { border-color: rgb(216,6,50); }

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