Html Css Color HEX #F32F27 Red Orange

📋 copy color: '#F32F27'

red 243 ◦ green 47 ◦ blue 39

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

Shades of Red Orange #F32F27

Tints of Red Orange #F32F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.85%

R = 73.86%
G = 14.29%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F32F27 (or 0xF32F27) is known color: Red Orange. HEX triplet: F3, 2F and 27. RGB value is (243,47,39). Sum of RGB (Red+Green+Blue) = 243+47+39=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32F27 is #0CD0D8. Grayscale: #686868. Windows color (decimal): -839897 or 2568179. OLE color: 2568179.

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

Color convert

RGB 243 47 39 -
CMYK 0 0.81 0.84 0.05
HSL 2.35º 0.89% 0.55% -
HSV(B) 2.35º 0.84% 0.95% -
XYZ 38.34 21.23 4 -
YUV 104.69 90.93 226.65 -
System Red Green Blue C M Y K H S L
Decimal 243 47 39 0 0.81 0.84 0.05 2.35 0.89 0.55
Hex F3 2F 27 0 51 54 5 2 59 37
Octal 363 57 47 0 121 124 5 2 131 67
Binary 11110011 101111 100111 0 1010001 1010100 101 10 1011001 110111

Color Harmonies of #F32F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32F27

Black with #F32F27

Text Example


Text Example

White with #F32F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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