Html Css Color HEX #982228 Bright Red

📋 copy color: '#982228'

red 152 ◦ green 34 ◦ blue 40

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

Shades of Bright Red #982228

Tints of Bright Red #982228

RGB

 RED value IS 152 (59.77% from 255) = 67.26%

 GREEN value IS 34 (13.67% from 255) = 15.04%

 BLUE value IS 40 (16.02% from 255) = 17.7%

R = 67.26%
G = 15.04%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#982228 (or 0x982228) is known color: Bright Red. HEX triplet: 98, 22 and 28. RGB value is (152,34,40). Sum of RGB (Red+Green+Blue) = 152+34+40=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #982228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982228 is #67DDD7. Grayscale: #464646. Windows color (decimal): -6807000 or 2630296. OLE color: 2630296.

HSL color Cylindrical-coordinate representation of color #982228: hue angle of 356.95º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982228 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 34 40 -
CMYK 0 0.78 0.74 0.40
HSL 356.95º 0.63% 0.36% -
HSV(B) 356.95º 0.78% 0.6% -
XYZ 13.9 7.97 2.81 -
YUV 69.97 111.09 186.51 -
System Red Green Blue C M Y K H S L
Decimal 152 34 40 0 0.78 0.74 0.40 356.95 0.63 0.36
Hex 98 22 28 0 4E 4A 28 165 3F 24
Octal 230 42 50 0 116 112 50 545 77 44
Binary 10011000 100010 101000 0 1001110 1001010 101000 101100101 111111 100100

Color Harmonies of #982228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982228

Black with #982228

Text Example


Text Example

White with #982228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982228; }

 p { color: rgb(152,34,40); }

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

background-color css

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

 a { background-color: rgb(152,34,40); }

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

border-color css

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

 span { border-color: rgb(152,34,40); }

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