Html Css Color HEX #F03527 Red Orange

📋 copy color: '#F03527'

red 240 ◦ green 53 ◦ blue 39

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

Shades of Red Orange #F03527

Tints of Red Orange #F03527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.75%

R = 72.29%
G = 15.96%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F03527 (or 0xF03527) is known color: Red Orange. HEX triplet: F0, 35 and 27. RGB value is (240,53,39). Sum of RGB (Red+Green+Blue) = 240+53+39=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F03527 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03527 is #0FCAD8. Grayscale: #6B6B6B. Windows color (decimal): -1034969 or 2569712. OLE color: 2569712.

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

Color convert

RGB 240 53 39 -
CMYK 0 0.78 0.84 0.06
HSL 4.18º 0.87% 0.55% -
HSV(B) 4.18º 0.84% 0.94% -
XYZ 37.57 21.22 4.03 -
YUV 107.32 89.45 222.64 -
System Red Green Blue C M Y K H S L
Decimal 240 53 39 0 0.78 0.84 0.06 4.18 0.87 0.55
Hex F0 35 27 0 4E 54 6 4 57 37
Octal 360 65 47 0 116 124 6 4 127 67
Binary 11110000 110101 100111 0 1001110 1010100 110 100 1010111 110111

Color Harmonies of #F03527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03527

Black with #F03527

Text Example


Text Example

White with #F03527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03527; }

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

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

background-color css

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

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

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

border-color css

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

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

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