Html Css Color HEX #F13127 Red Orange

📋 copy color: '#F13127'

red 241 ◦ green 49 ◦ blue 39

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

Shades of Red Orange #F13127

Tints of Red Orange #F13127

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.89%

 BLUE value IS 39 (15.63% from 255) = 11.85%

R = 73.25%
G = 14.89%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F13127 (or 0xF13127) is known color: Red Orange. HEX triplet: F1, 31 and 27. RGB value is (241,49,39). Sum of RGB (Red+Green+Blue) = 241+49+39=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F13127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13127 is #0ECED8. Grayscale: #696969. Windows color (decimal): -970457 or 2568689. OLE color: 2568689.

HSL color Cylindrical-coordinate representation of color #F13127: hue angle of 2.97º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F13127 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 49 39 -
CMYK 0 0.80 0.84 0.05
HSL 2.97º 0.88% 0.55% -
HSV(B) 2.97º 0.84% 0.95% -
XYZ 37.74 21.04 3.99 -
YUV 105.27 90.61 224.81 -
System Red Green Blue C M Y K H S L
Decimal 241 49 39 0 0.80 0.84 0.05 2.97 0.88 0.55
Hex F1 31 27 0 50 54 5 3 58 37
Octal 361 61 47 0 120 124 5 3 130 67
Binary 11110001 110001 100111 0 1010000 1010100 101 11 1011000 110111

Color Harmonies of #F13127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13127

Black with #F13127

Text Example


Text Example

White with #F13127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13127; }

 p { color: rgb(241,49,39); }

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

background-color css

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

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

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

border-color css

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

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

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