Html Css Color HEX #F03630 Red Orange

📋 copy color: '#F03630'

red 240 ◦ green 54 ◦ blue 48

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

Shades of Red Orange #F03630

Tints of Red Orange #F03630

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.79%

 BLUE value IS 48 (19.14% from 255) = 14.04%

R = 70.18%
G = 15.79%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#F03630 (or 0xF03630) is known color: Red Orange. HEX triplet: F0, 36 and 30. RGB value is (240,54,48). Sum of RGB (Red+Green+Blue) = 240+54+48=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F03630 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03630 is #0FC9CF. Grayscale: #6D6D6D. Windows color (decimal): -1034704 or 3159792. OLE color: 3159792.

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

Color convert

RGB 240 54 48 -
CMYK 0 0.78 0.8 0.06
HSL 1.88º 0.86% 0.56% -
HSV(B) 1.88º 0.8% 0.94% -
XYZ 37.79 21.38 4.93 -
YUV 108.93 93.62 221.49 -
System Red Green Blue C M Y K H S L
Decimal 240 54 48 0 0.78 0.8 0.06 1.88 0.86 0.56
Hex F0 36 30 0 4E 50 6 2 56 38
Octal 360 66 60 0 116 120 6 2 126 70
Binary 11110000 110110 110000 0 1001110 1010000 110 10 1010110 111000

Color Harmonies of #F03630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03630

Black with #F03630

Text Example


Text Example

White with #F03630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03630; }

 p { color: rgb(240,54,48); }

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

background-color css

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

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

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

border-color css

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

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

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