Html Css Color HEX #F13432 Red Orange

📋 copy color: '#F13432'

red 241 ◦ green 52 ◦ blue 50

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

Shades of Red Orange #F13432

Tints of Red Orange #F13432

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.16%

 BLUE value IS 50 (19.92% from 255) = 14.58%

R = 70.26%
G = 15.16%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F13432 (or 0xF13432) is known color: Red Orange. HEX triplet: F1, 34 and 32. RGB value is (241,52,50). Sum of RGB (Red+Green+Blue) = 241+52+50=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F13432 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13432 is #0ECBCD. Grayscale: #6C6C6C. Windows color (decimal): -969678 or 3290353. OLE color: 3290353.

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

Color convert

RGB 241 52 50 -
CMYK 0 0.78 0.79 0.05
HSL 0.63º 0.87% 0.57% -
HSV(B) 0.63º 0.79% 0.95% -
XYZ 38.08 21.39 5.14 -
YUV 108.28 95.12 222.66 -
System Red Green Blue C M Y K H S L
Decimal 241 52 50 0 0.78 0.79 0.05 0.63 0.87 0.57
Hex F1 34 32 0 4E 4F 5 1 57 39
Octal 361 64 62 0 116 117 5 1 127 71
Binary 11110001 110100 110010 0 1001110 1001111 101 1 1010111 111001

Color Harmonies of #F13432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13432

Black with #F13432

Text Example


Text Example

White with #F13432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13432; }

 p { color: rgb(241,52,50); }

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

background-color css

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

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

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

border-color css

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

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

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