Html Css Color HEX #F43232 Red Orange

📋 copy color: '#F43232'

red 244 ◦ green 50 ◦ blue 50

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

Shades of Red Orange #F43232

Tints of Red Orange #F43232

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.53%

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

R = 70.93%
G = 14.53%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F43232 (or 0xF43232) is known color: Red Orange. HEX triplet: F4, 32 and 32. RGB value is (244,50,50). Sum of RGB (Red+Green+Blue) = 244+50+50=344 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.93% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 244 - color contains mainly: red. Hex color #F43232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43232 is #0BCDCD. Grayscale: #6C6C6C. Windows color (decimal): -773582 or 3289844. OLE color: 3289844.

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

Color convert

RGB 244 50 50 -
CMYK 0 0.80 0.80 0.04
HSL 0.9% 0.58% -
HSV(B) 0.8% 0.96% -
XYZ 39.02 21.74 5.16 -
YUV 108.01 95.27 225 -
System Red Green Blue C M Y K H S L
Decimal 244 50 50 0 0.80 0.80 0.04 0 0.9 0.58
Hex F4 32 32 0 50 50 4 0 5A 3A
Octal 364 62 62 0 120 120 4 0 132 72
Binary 11110100 110010 110010 0 1010000 1010000 100 0 1011010 111010

Color Harmonies of #F43232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43232

Black with #F43232

Text Example


Text Example

White with #F43232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43232; }

 p { color: rgb(244,50,50); }

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

background-color css

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

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

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

border-color css

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

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

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