Html Css Color HEX #F32B1F Red Orange

📋 copy color: '#F32B1F'

red 243 ◦ green 43 ◦ blue 31

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

Shades of Red Orange #F32B1F

Tints of Red Orange #F32B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.78%

R = 76.66%
G = 13.56%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F32B1F (or 0xF32B1F) is known color: Red Orange. HEX triplet: F3, 2B and 1F. RGB value is (243,43,31). Sum of RGB (Red+Green+Blue) = 243+43+31=317 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.66% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 243 - color contains mainly: red. Hex color #F32B1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32B1F is #0CD4E0. Grayscale: #656565. Windows color (decimal): -840929 or 2042867. OLE color: 2042867.

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

Color convert

RGB 243 43 31 -
CMYK 0 0.82 0.87 0.05
HSL 3.4º 0.9% 0.54% -
HSV(B) 3.4º 0.87% 0.95% -
XYZ 38.07 20.88 3.32 -
YUV 101.43 88.26 228.98 -
System Red Green Blue C M Y K H S L
Decimal 243 43 31 0 0.82 0.87 0.05 3.4 0.9 0.54
Hex F3 2B 1F 0 52 57 5 3 5A 36
Octal 363 53 37 0 122 127 5 3 132 66
Binary 11110011 101011 11111 0 1010010 1010111 101 11 1011010 110110

Color Harmonies of #F32B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32B1F

Black with #F32B1F

Text Example


Text Example

White with #F32B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32B1F; }

 p { color: rgb(243,43,31); }

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

background-color css

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

 a { background-color: rgb(243,43,31); }

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

border-color css

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

 span { border-color: rgb(243,43,31); }

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