Html Css Color HEX #F13C33 Red Orange

📋 copy color: '#F13C33'

red 241 ◦ green 60 ◦ blue 51

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

Shades of Red Orange #F13C33

Tints of Red Orange #F13C33

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.05%

 BLUE value IS 51 (20.31% from 255) = 14.49%

R = 68.47%
G = 17.05%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F13C33 (or 0xF13C33) is known color: Red Orange. HEX triplet: F1, 3C and 33. RGB value is (241,60,51). Sum of RGB (Red+Green+Blue) = 241+60+51=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13C33 is #0EC3CC. Grayscale: #717171. Windows color (decimal): -967629 or 3357937. OLE color: 3357937.

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

Color convert

RGB 241 60 51 -
CMYK 0 0.75 0.79 0.05
HSL 2.84º 0.87% 0.57% -
HSV(B) 2.84º 0.79% 0.95% -
XYZ 38.49 22.17 5.38 -
YUV 113.09 92.97 219.23 -
System Red Green Blue C M Y K H S L
Decimal 241 60 51 0 0.75 0.79 0.05 2.84 0.87 0.57
Hex F1 3C 33 0 4B 4F 5 3 57 39
Octal 361 74 63 0 113 117 5 3 127 71
Binary 11110001 111100 110011 0 1001011 1001111 101 11 1010111 111001

Color Harmonies of #F13C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13C33

Black with #F13C33

Text Example


Text Example

White with #F13C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13C33; }

 p { color: rgb(241,60,51); }

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

background-color css

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

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

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

border-color css

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

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

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