Html Css Color HEX #F82D1D Red Orange

📋 copy color: '#F82D1D'

red 248 ◦ green 45 ◦ blue 29

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

Shades of Red Orange #F82D1D

Tints of Red Orange #F82D1D

RGB

 RED value IS 248 (97.27% from 255) = 77.02%

 GREEN value IS 45 (17.97% from 255) = 13.98%

 BLUE value IS 29 (11.72% from 255) = 9.01%

R = 77.02%
G = 13.98%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F82D1D (or 0xF82D1D) is known color: Red Orange. HEX triplet: F8, 2D and 1D. RGB value is (248,45,29). Sum of RGB (Red+Green+Blue) = 248+45+29=322 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.02% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82D1D is #07D2E2. Grayscale: #686868. Windows color (decimal): -512739 or 1912312. OLE color: 1912312.

HSL color Cylindrical-coordinate representation of color #F82D1D: hue angle of 4.38º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F82D1D is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 45 29 -
CMYK 0 0.82 0.88 0.03
HSL 4.38º 0.94% 0.54% -
HSV(B) 4.38º 0.88% 0.97% -
XYZ 39.87 21.92 3.29 -
YUV 103.87 85.75 230.8 -
System Red Green Blue C M Y K H S L
Decimal 248 45 29 0 0.82 0.88 0.03 4.38 0.94 0.54
Hex F8 2D 1D 0 52 58 3 4 5E 36
Octal 370 55 35 0 122 130 3 4 136 66
Binary 11111000 101101 11101 0 1010010 1011000 11 100 1011110 110110

Color Harmonies of #F82D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82D1D

Black with #F82D1D

Text Example


Text Example

White with #F82D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82D1D; }

 p { color: rgb(248,45,29); }

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

background-color css

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

 a { background-color: rgb(248,45,29); }

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

border-color css

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

 span { border-color: rgb(248,45,29); }

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