Html Css Color HEX #F32F1C Red Orange

📋 copy color: '#F32F1C'

red 243 ◦ green 47 ◦ blue 28

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

Shades of Red Orange #F32F1C

Tints of Red Orange #F32F1C

RGB

 RED value IS 243 (95.31% from 255) = 76.42%

 GREEN value IS 47 (18.75% from 255) = 14.78%

 BLUE value IS 28 (11.33% from 255) = 8.81%

R = 76.42%
G = 14.78%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F32F1C (or 0xF32F1C) is known color: Red Orange. HEX triplet: F3, 2F and 1C. RGB value is (243,47,28). Sum of RGB (Red+Green+Blue) = 243+47+28=318 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.42% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32F1C is #0CD0E3. Grayscale: #676767. Windows color (decimal): -839908 or 1847283. OLE color: 1847283.

HSL color Cylindrical-coordinate representation of color #F32F1C: hue angle of 5.3º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F32F1C is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 47 28 -
CMYK 0 0.81 0.88 0.05
HSL 5.3º 0.9% 0.53% -
HSV(B) 5.3º 0.88% 0.95% -
XYZ 38.19 21.17 3.17 -
YUV 103.44 85.43 227.54 -
System Red Green Blue C M Y K H S L
Decimal 243 47 28 0 0.81 0.88 0.05 5.3 0.9 0.53
Hex F3 2F 1C 0 51 58 5 5 5A 35
Octal 363 57 34 0 121 130 5 5 132 65
Binary 11110011 101111 11100 0 1010001 1011000 101 101 1011010 110101

Color Harmonies of #F32F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32F1C

Black with #F32F1C

Text Example


Text Example

White with #F32F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32F1C; }

 p { color: rgb(243,47,28); }

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

background-color css

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

 a { background-color: rgb(243,47,28); }

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

border-color css

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

 span { border-color: rgb(243,47,28); }

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