Html Css Color HEX #F13F37 Red Orange

📋 copy color: '#F13F37'

red 241 ◦ green 63 ◦ blue 55

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

Shades of Red Orange #F13F37

Tints of Red Orange #F13F37

RGB

 RED value IS 241 (94.53% from 255) = 67.13%

 GREEN value IS 63 (25% from 255) = 17.55%

 BLUE value IS 55 (21.88% from 255) = 15.32%

R = 67.13%
G = 17.55%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F13F37 (or 0xF13F37) is known color: Red Orange. HEX triplet: F1, 3F and 37. RGB value is (241,63,55). Sum of RGB (Red+Green+Blue) = 241+63+55=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 55 (21.88% from 255 or 15.32% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13F37 is #0EC0C8. Grayscale: #737373. Windows color (decimal): -966857 or 3620849. OLE color: 3620849.

HSL color Cylindrical-coordinate representation of color #F13F37: hue angle of 2.58º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F13F37 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 63 55 -
CMYK 0 0.74 0.77 0.05
HSL 2.58º 0.87% 0.58% -
HSV(B) 2.58º 0.77% 0.95% -
XYZ 38.74 22.53 5.92 -
YUV 115.31 93.97 217.65 -
System Red Green Blue C M Y K H S L
Decimal 241 63 55 0 0.74 0.77 0.05 2.58 0.87 0.58
Hex F1 3F 37 0 4A 4D 5 3 57 3A
Octal 361 77 67 0 112 115 5 3 127 72
Binary 11110001 111111 110111 0 1001010 1001101 101 11 1010111 111010

Color Harmonies of #F13F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13F37

Black with #F13F37

Text Example


Text Example

White with #F13F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13F37; }

 p { color: rgb(241,63,55); }

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

background-color css

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

 a { background-color: rgb(241,63,55); }

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

border-color css

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

 span { border-color: rgb(241,63,55); }

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