Html Css Color HEX #F32C27 Red Orange

📋 copy color: '#F32C27'

red 243 ◦ green 44 ◦ blue 39

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

Shades of Red Orange #F32C27

Tints of Red Orange #F32C27

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.5%

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

R = 74.54%
G = 13.5%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F32C27 (or 0xF32C27) is known color: Red Orange. HEX triplet: F3, 2C and 27. RGB value is (243,44,39). Sum of RGB (Red+Green+Blue) = 243+44+39=326 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.54% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32C27 is #0CD3D8. Grayscale: #676767. Windows color (decimal): -840665 or 2567411. OLE color: 2567411.

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

Color convert

RGB 243 44 39 -
CMYK 0 0.82 0.84 0.05
HSL 1.47º 0.89% 0.55% -
HSV(B) 1.47º 0.84% 0.95% -
XYZ 38.23 21 3.96 -
YUV 102.93 91.93 227.91 -
System Red Green Blue C M Y K H S L
Decimal 243 44 39 0 0.82 0.84 0.05 1.47 0.89 0.55
Hex F3 2C 27 0 52 54 5 1 59 37
Octal 363 54 47 0 122 124 5 1 131 67
Binary 11110011 101100 100111 0 1010010 1010100 101 1 1011001 110111

Color Harmonies of #F32C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32C27

Black with #F32C27

Text Example


Text Example

White with #F32C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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