Html Css Color HEX #F02F1D Red Orange

📋 copy color: '#F02F1D'

red 240 ◦ green 47 ◦ blue 29

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

Shades of Red Orange #F02F1D

Tints of Red Orange #F02F1D

RGB

 RED value IS 240 (94.14% from 255) = 75.95%

 GREEN value IS 47 (18.75% from 255) = 14.87%

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

R = 75.95%
G = 14.87%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F02F1D (or 0xF02F1D) is known color: Red Orange. HEX triplet: F0, 2F and 1D. RGB value is (240,47,29). Sum of RGB (Red+Green+Blue) = 240+47+29=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F02F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02F1D is #0FD0E2. Grayscale: #666666. Windows color (decimal): -1036515 or 1912816. OLE color: 1912816.

HSL color Cylindrical-coordinate representation of color #F02F1D: hue angle of 5.12º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F02F1D is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 47 29 -
CMYK 0 0.80 0.88 0.06
HSL 5.12º 0.88% 0.53% -
HSV(B) 5.12º 0.88% 0.94% -
XYZ 37.17 20.65 3.19 -
YUV 102.66 86.44 225.96 -
System Red Green Blue C M Y K H S L
Decimal 240 47 29 0 0.80 0.88 0.06 5.12 0.88 0.53
Hex F0 2F 1D 0 50 58 6 5 58 35
Octal 360 57 35 0 120 130 6 5 130 65
Binary 11110000 101111 11101 0 1010000 1011000 110 101 1011000 110101

Color Harmonies of #F02F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02F1D

Black with #F02F1D

Text Example


Text Example

White with #F02F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02F1D; }

 p { color: rgb(240,47,29); }

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

background-color css

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

 a { background-color: rgb(240,47,29); }

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

border-color css

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

 span { border-color: rgb(240,47,29); }

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