Html Css Color HEX #F03529 Red Orange

📋 copy color: '#F03529'

red 240 ◦ green 53 ◦ blue 41

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

Shades of Red Orange #F03529

Tints of Red Orange #F03529

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.87%

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

R = 71.86%
G = 15.87%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F03529 (or 0xF03529) is known color: Red Orange. HEX triplet: F0, 35 and 29. RGB value is (240,53,41). Sum of RGB (Red+Green+Blue) = 240+53+41=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F03529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03529 is #0FCAD6. Grayscale: #6B6B6B. Windows color (decimal): -1034967 or 2700784. OLE color: 2700784.

HSL color Cylindrical-coordinate representation of color #F03529: hue angle of 3.62º 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 #F03529 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 53 41 -
CMYK 0 0.78 0.83 0.06
HSL 3.62º 0.87% 0.55% -
HSV(B) 3.62º 0.83% 0.94% -
XYZ 37.61 21.23 4.21 -
YUV 107.55 90.45 222.48 -
System Red Green Blue C M Y K H S L
Decimal 240 53 41 0 0.78 0.83 0.06 3.62 0.87 0.55
Hex F0 35 29 0 4E 53 6 4 57 37
Octal 360 65 51 0 116 123 6 4 127 67
Binary 11110000 110101 101001 0 1001110 1010011 110 100 1010111 110111

Color Harmonies of #F03529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03529

Black with #F03529

Text Example


Text Example

White with #F03529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03529; }

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

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

background-color css

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

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

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

border-color css

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

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

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