Html Css Color HEX #F03535 Red Orange

📋 copy color: '#F03535'

red 240 ◦ green 53 ◦ blue 53

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

Shades of Red Orange #F03535

Tints of Red Orange #F03535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.32%

R = 69.36%
G = 15.32%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F03535 (or 0xF03535) is known color: Red Orange. HEX triplet: F0, 35 and 35. RGB value is (240,53,53). Sum of RGB (Red+Green+Blue) = 240+53+53=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F03535 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03535 is #0FCACA. Grayscale: #6D6D6D. Windows color (decimal): -1034955 or 3487216. OLE color: 3487216.

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

Color convert

RGB 240 53 53 -
CMYK 0 0.78 0.78 0.06
HSL 0.86% 0.57% -
HSV(B) 0.78% 0.94% -
XYZ 37.85 21.33 5.49 -
YUV 108.91 96.45 221.5 -
System Red Green Blue C M Y K H S L
Decimal 240 53 53 0 0.78 0.78 0.06 0 0.86 0.57
Hex F0 35 35 0 4E 4E 6 0 56 39
Octal 360 65 65 0 116 116 6 0 126 71
Binary 11110000 110101 110101 0 1001110 1001110 110 0 1010110 111001

Color Harmonies of #F03535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03535

Black with #F03535

Text Example


Text Example

White with #F03535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03535; }

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

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

background-color css

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

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

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

border-color css

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

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

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