Html Css Color HEX #F03425 Red Orange

📋 copy color: '#F03425'

red 240 ◦ green 52 ◦ blue 37

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

Shades of Red Orange #F03425

Tints of Red Orange #F03425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.81%

 BLUE value IS 37 (14.84% from 255) = 11.25%

R = 72.95%
G = 15.81%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F03425 (or 0xF03425) is known color: Red Orange. HEX triplet: F0, 34 and 25. RGB value is (240,52,37). Sum of RGB (Red+Green+Blue) = 240+52+37=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F03425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03425 is #0FCBDA. Grayscale: #6A6A6A. Windows color (decimal): -1035227 or 2438384. OLE color: 2438384.

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

Color convert

RGB 240 52 37 -
CMYK 0 0.78 0.85 0.06
HSL 4.43º 0.87% 0.54% -
HSV(B) 4.43º 0.85% 0.94% -
XYZ 37.5 21.11 3.85 -
YUV 106.5 88.78 223.22 -
System Red Green Blue C M Y K H S L
Decimal 240 52 37 0 0.78 0.85 0.06 4.43 0.87 0.54
Hex F0 34 25 0 4E 55 6 4 57 36
Octal 360 64 45 0 116 125 6 4 127 66
Binary 11110000 110100 100101 0 1001110 1010101 110 100 1010111 110110

Color Harmonies of #F03425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03425

Black with #F03425

Text Example


Text Example

White with #F03425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03425; }

 p { color: rgb(240,52,37); }

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

background-color css

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

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

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

border-color css

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

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

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