Html Css Color HEX #F32928 Red Orange

📋 copy color: '#F32928'

red 243 ◦ green 41 ◦ blue 40

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

Shades of Red Orange #F32928

Tints of Red Orange #F32928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.65%

 BLUE value IS 40 (16.02% from 255) = 12.35%

R = 75%
G = 12.65%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F32928 (or 0xF32928) is known color: Red Orange. HEX triplet: F3, 29 and 28. RGB value is (243,41,40). Sum of RGB (Red+Green+Blue) = 243+41+40=324 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 243 - color contains mainly: red. Hex color #F32928 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32928 is #0CD6D7. Grayscale: #656565. Windows color (decimal): -841432 or 2632179. OLE color: 2632179.

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

Color convert

RGB 243 41 40 -
CMYK 0 0.83 0.84 0.05
HSL 0.3º 0.89% 0.55% -
HSV(B) 0.3º 0.84% 0.95% -
XYZ 38.14 20.79 4.01 -
YUV 101.28 93.42 229.08 -
System Red Green Blue C M Y K H S L
Decimal 243 41 40 0 0.83 0.84 0.05 0.3 0.89 0.55
Hex F3 29 28 0 53 54 5 0 59 37
Octal 363 51 50 0 123 124 5 0 131 67
Binary 11110011 101001 101000 0 1010011 1010100 101 0 1011001 110111

Color Harmonies of #F32928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32928

Black with #F32928

Text Example


Text Example

White with #F32928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32928; }

 p { color: rgb(243,41,40); }

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

background-color css

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

 a { background-color: rgb(243,41,40); }

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

border-color css

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

 span { border-color: rgb(243,41,40); }

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