Html Css Color HEX #F02929 Red Orange

📋 copy color: '#F02929'

red 240 ◦ green 41 ◦ blue 41

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

Shades of Red Orange #F02929

Tints of Red Orange #F02929

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.73%

 BLUE value IS 41 (16.41% from 255) = 12.73%

R = 74.53%
G = 12.73%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F02929 (or 0xF02929) is known color: Red Orange. HEX triplet: F0, 29 and 29. RGB value is (240,41,41). Sum of RGB (Red+Green+Blue) = 240+41+41=322 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.53% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 240 - color contains mainly: red. Hex color #F02929 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02929 is #0FD6D6. Grayscale: #646464. Windows color (decimal): -1038039 or 2697712. OLE color: 2697712.

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

Color convert

RGB 240 41 41 -
CMYK 0 0.83 0.83 0.06
HSL 0.87% 0.55% -
HSV(B) 0.83% 0.94% -
XYZ 37.13 20.27 4.05 -
YUV 100.5 94.43 227.5 -
System Red Green Blue C M Y K H S L
Decimal 240 41 41 0 0.83 0.83 0.06 0 0.87 0.55
Hex F0 29 29 0 53 53 6 0 57 37
Octal 360 51 51 0 123 123 6 0 127 67
Binary 11110000 101001 101001 0 1010011 1010011 110 0 1010111 110111

Color Harmonies of #F02929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02929

Black with #F02929

Text Example


Text Example

White with #F02929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02929; }

 p { color: rgb(240,41,41); }

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

background-color css

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

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

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

border-color css

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

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

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