Html Css Color HEX #F32F2A Red Orange

📋 copy color: '#F32F2A'

red 243 ◦ green 47 ◦ blue 42

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

Shades of Red Orange #F32F2A

Tints of Red Orange #F32F2A

RGB

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

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

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

R = 73.19%
G = 14.16%
B = 12.65%

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

#F32F2A (or 0xF32F2A) is known color: Red Orange. HEX triplet: F3, 2F and 2A. RGB value is (243,47,42). Sum of RGB (Red+Green+Blue) = 243+47+42=332 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.19% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32F2A is #0CD0D5. Grayscale: #696969. Windows color (decimal): -839894 or 2764787. OLE color: 2764787.

HSL color Cylindrical-coordinate representation of color #F32F2A: hue angle of 1.49º 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 #F32F2A is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 47 42 -
CMYK 0 0.81 0.83 0.05
HSL 1.49º 0.89% 0.56% -
HSV(B) 1.49º 0.83% 0.95% -
XYZ 38.4 21.25 4.27 -
YUV 105.03 92.43 226.41 -
System Red Green Blue C M Y K H S L
Decimal 243 47 42 0 0.81 0.83 0.05 1.49 0.89 0.56
Hex F3 2F 2A 0 51 53 5 1 59 38
Octal 363 57 52 0 121 123 5 1 131 70
Binary 11110011 101111 101010 0 1010001 1010011 101 1 1011001 111000

Color Harmonies of #F32F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32F2A

Black with #F32F2A

Text Example


Text Example

White with #F32F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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