Html Css Color HEX #F13737 Red Orange

📋 copy color: '#F13737'

red 241 ◦ green 55 ◦ blue 55

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

Shades of Red Orange #F13737

Tints of Red Orange #F13737

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.67%

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

R = 68.66%
G = 15.67%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F13737 (or 0xF13737) is known color: Red Orange. HEX triplet: F1, 37 and 37. RGB value is (241,55,55). Sum of RGB (Red+Green+Blue) = 241+55+55=351 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.66% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 241 - color contains mainly: red. Hex color #F13737 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13737 is #0EC8C8. Grayscale: #6E6E6E. Windows color (decimal): -968905 or 3618801. OLE color: 3618801.

HSL color Cylindrical-coordinate representation of color #F13737: hue angle of 0º 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 #F13737 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 55 55 -
CMYK 0 0.77 0.77 0.05
HSL 0.87% 0.58% -
HSV(B) 0.77% 0.95% -
XYZ 38.33 21.71 5.78 -
YUV 110.61 96.62 221 -
System Red Green Blue C M Y K H S L
Decimal 241 55 55 0 0.77 0.77 0.05 0 0.87 0.58
Hex F1 37 37 0 4D 4D 5 0 57 3A
Octal 361 67 67 0 115 115 5 0 127 72
Binary 11110001 110111 110111 0 1001101 1001101 101 0 1010111 111010

Color Harmonies of #F13737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13737

Black with #F13737

Text Example


Text Example

White with #F13737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13737; }

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

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

background-color css

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

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

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

border-color css

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

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

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