Html Css Color HEX #F44113 Orange Red

📋 copy color: '#F44113'

red 244 ◦ green 65 ◦ blue 19

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

Shades of Orange Red #F44113

Tints of Orange Red #F44113

RGB

 RED value IS 244 (95.7% from 255) = 74.39%

 GREEN value IS 65 (25.78% from 255) = 19.82%

 BLUE value IS 19 (7.81% from 255) = 5.79%

R = 74.39%
G = 19.82%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F44113 (or 0xF44113) is known color: Orange Red. HEX triplet: F4, 41 and 13. RGB value is (244,65,19). Sum of RGB (Red+Green+Blue) = 244+65+19=328 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.39% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 244 - color contains mainly: red. Hex color #F44113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44113 is #0BBEEC. Grayscale: #717171. Windows color (decimal): -769773 or 1262068. OLE color: 1262068.

HSL color Cylindrical-coordinate representation of color #F44113: hue angle of 12.27º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F44113 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 65 19 -
CMYK 0 0.73 0.92 0.04
HSL 12.27º 0.91% 0.52% -
HSV(B) 12.27º 0.92% 0.96% -
XYZ 39.32 23.06 3 -
YUV 113.28 74.8 221.24 -
System Red Green Blue C M Y K H S L
Decimal 244 65 19 0 0.73 0.92 0.04 12.27 0.91 0.52
Hex F4 41 13 0 49 5C 4 C 5B 34
Octal 364 101 23 0 111 134 4 14 133 64
Binary 11110100 1000001 10011 0 1001001 1011100 100 1100 1011011 110100

Color Harmonies of #F44113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44113

Black with #F44113

Text Example


Text Example

White with #F44113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44113; }

 p { color: rgb(244,65,19); }

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

background-color css

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

 a { background-color: rgb(244,65,19); }

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

border-color css

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

 span { border-color: rgb(244,65,19); }

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