Html Css Color HEX #F02421 Red Orange

📋 copy color: '#F02421'

red 240 ◦ green 36 ◦ blue 33

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

Shades of Red Orange #F02421

Tints of Red Orange #F02421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.65%

 BLUE value IS 33 (13.28% from 255) = 10.68%

R = 77.67%
G = 11.65%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F02421 (or 0xF02421) is known color: Red Orange. HEX triplet: F0, 24 and 21. RGB value is (240,36,33). Sum of RGB (Red+Green+Blue) = 240+36+33=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F02421 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02421 is #0FDBDE. Grayscale: #606060. Windows color (decimal): -1039327 or 2172144. OLE color: 2172144.

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

Color convert

RGB 240 36 33 -
CMYK 0 0.85 0.86 0.06
HSL 0.87º 0.87% 0.54% -
HSV(B) 0.87º 0.86% 0.94% -
XYZ 36.84 19.9 3.34 -
YUV 96.65 92.09 230.24 -
System Red Green Blue C M Y K H S L
Decimal 240 36 33 0 0.85 0.86 0.06 0.87 0.87 0.54
Hex F0 24 21 0 55 56 6 1 57 36
Octal 360 44 41 0 125 126 6 1 127 66
Binary 11110000 100100 100001 0 1010101 1010110 110 1 1010111 110110

Color Harmonies of #F02421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02421

Black with #F02421

Text Example


Text Example

White with #F02421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02421; }

 p { color: rgb(240,36,33); }

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

background-color css

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

 a { background-color: rgb(240,36,33); }

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

border-color css

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

 span { border-color: rgb(240,36,33); }

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