Html Css Color HEX #F32E2A Red Orange

📋 copy color: '#F32E2A'

red 243 ◦ green 46 ◦ blue 42

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

Shades of Red Orange #F32E2A

Tints of Red Orange #F32E2A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.9%

 BLUE value IS 42 (16.8% from 255) = 12.69%

R = 73.41%
G = 13.9%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F32E2A (or 0xF32E2A) is known color: Red Orange. HEX triplet: F3, 2E and 2A. RGB value is (243,46,42). Sum of RGB (Red+Green+Blue) = 243+46+42=331 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.41% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 243 - color contains mainly: red. Hex color #F32E2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32E2A is #0CD1D5. Grayscale: #686868. Windows color (decimal): -840150 or 2764531. OLE color: 2764531.

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

Color convert

RGB 243 46 42 -
CMYK 0 0.81 0.83 0.05
HSL 1.19º 0.89% 0.56% -
HSV(B) 1.19º 0.83% 0.95% -
XYZ 38.36 21.18 4.26 -
YUV 104.45 92.77 226.83 -
System Red Green Blue C M Y K H S L
Decimal 243 46 42 0 0.81 0.83 0.05 1.19 0.89 0.56
Hex F3 2E 2A 0 51 53 5 1 59 38
Octal 363 56 52 0 121 123 5 1 131 70
Binary 11110011 101110 101010 0 1010001 1010011 101 1 1011001 111000

Color Harmonies of #F32E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32E2A

Black with #F32E2A

Text Example


Text Example

White with #F32E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32E2A; }

 p { color: rgb(243,46,42); }

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

background-color css

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

 a { background-color: rgb(243,46,42); }

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

border-color css

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

 span { border-color: rgb(243,46,42); }

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