Html Css Color HEX #F92D2D Red Orange

📋 copy color: '#F92D2D'

red 249 ◦ green 45 ◦ blue 45

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

Shades of Red Orange #F92D2D

Tints of Red Orange #F92D2D

RGB

 RED value IS 249 (97.66% from 255) = 73.45%

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

 BLUE value IS 45 (17.97% from 255) = 13.27%

R = 73.45%
G = 13.27%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F92D2D (or 0xF92D2D) is known color: Red Orange. HEX triplet: F9, 2D and 2D. RGB value is (249,45,45). Sum of RGB (Red+Green+Blue) = 249+45+45=339 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.45% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92D2D is #06D2D2. Grayscale: #6A6A6A. Windows color (decimal): -447187 or 2960889. OLE color: 2960889.

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

Color convert

RGB 249 45 45 -
CMYK 0 0.82 0.82 0.02
HSL 0.94% 0.58% -
HSV(B) 0.82% 0.98% -
XYZ 40.48 22.21 4.64 -
YUV 106 93.59 230 -
System Red Green Blue C M Y K H S L
Decimal 249 45 45 0 0.82 0.82 0.02 0 0.94 0.58
Hex F9 2D 2D 0 52 52 2 0 5E 3A
Octal 371 55 55 0 122 122 2 0 136 72
Binary 11111001 101101 101101 0 1010010 1010010 10 0 1011110 111010

Color Harmonies of #F92D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92D2D

Black with #F92D2D

Text Example


Text Example

White with #F92D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92D2D; }

 p { color: rgb(249,45,45); }

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

background-color css

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

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

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

border-color css

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

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

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