Html Css Color HEX #F44A1B Orange Red

📋 copy color: '#F44A1B'

red 244 ◦ green 74 ◦ blue 27

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

Shades of Orange Red #F44A1B

Tints of Orange Red #F44A1B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.45%

 BLUE value IS 27 (10.94% from 255) = 7.83%

R = 70.72%
G = 21.45%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F44A1B (or 0xF44A1B) is known color: Orange Red. HEX triplet: F4, 4A and 1B. RGB value is (244,74,27). Sum of RGB (Red+Green+Blue) = 244+74+27=345 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.72% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 244 - color contains mainly: red. Hex color #F44A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44A1B is #0BB5E4. Grayscale: #777777. Windows color (decimal): -767461 or 1788660. OLE color: 1788660.

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

Color convert

RGB 244 74 27 -
CMYK 0 0.70 0.89 0.04
HSL 13º 0.91% 0.53% -
HSV(B) 13º 0.89% 0.96% -
XYZ 39.95 24.21 3.6 -
YUV 119.47 75.82 216.82 -
System Red Green Blue C M Y K H S L
Decimal 244 74 27 0 0.70 0.89 0.04 13 0.91 0.53
Hex F4 4A 1B 0 46 59 4 D 5B 35
Octal 364 112 33 0 106 131 4 15 133 65
Binary 11110100 1001010 11011 0 1000110 1011001 100 1101 1011011 110101

Color Harmonies of #F44A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44A1B

Black with #F44A1B

Text Example


Text Example

White with #F44A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44A1B; }

 p { color: rgb(244,74,27); }

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

background-color css

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

 a { background-color: rgb(244,74,27); }

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

border-color css

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

 span { border-color: rgb(244,74,27); }

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