Html Css Color HEX #F42B27 Red Orange

📋 copy color: '#F42B27'

red 244 ◦ green 43 ◦ blue 39

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

Shades of Red Orange #F42B27

Tints of Red Orange #F42B27

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.19%

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

R = 74.85%
G = 13.19%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F42B27 (or 0xF42B27) is known color: Red Orange. HEX triplet: F4, 2B and 27. RGB value is (244,43,39). Sum of RGB (Red+Green+Blue) = 244+43+39=326 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.85% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 244 - color contains mainly: red. Hex color #F42B27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42B27 is #0BD4D8. Grayscale: #666666. Windows color (decimal): -775385 or 2567156. OLE color: 2567156.

HSL color Cylindrical-coordinate representation of color #F42B27: hue angle of 1.17º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42B27 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 43 39 -
CMYK 0 0.82 0.84 0.04
HSL 1.17º 0.9% 0.55% -
HSV(B) 1.17º 0.84% 0.96% -
XYZ 38.54 21.11 3.96 -
YUV 102.64 92.09 228.83 -
System Red Green Blue C M Y K H S L
Decimal 244 43 39 0 0.82 0.84 0.04 1.17 0.9 0.55
Hex F4 2B 27 0 52 54 4 1 5A 37
Octal 364 53 47 0 122 124 4 1 132 67
Binary 11110100 101011 100111 0 1010010 1010100 100 1 1011010 110111

Color Harmonies of #F42B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42B27

Black with #F42B27

Text Example


Text Example

White with #F42B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42B27; }

 p { color: rgb(244,43,39); }

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

background-color css

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

 a { background-color: rgb(244,43,39); }

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

border-color css

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

 span { border-color: rgb(244,43,39); }

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