Html Css Color HEX #F32929 Red Orange

📋 copy color: '#F32929'

red 243 ◦ green 41 ◦ blue 41

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

Shades of Red Orange #F32929

Tints of Red Orange #F32929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.62%

R = 74.77%
G = 12.62%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F32929 (or 0xF32929) is known color: Red Orange. HEX triplet: F3, 29 and 29. RGB value is (243,41,41). Sum of RGB (Red+Green+Blue) = 243+41+41=325 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.77% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 243 - color contains mainly: red. Hex color #F32929 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32929 is #0CD6D6. Grayscale: #656565. Windows color (decimal): -841431 or 2697715. OLE color: 2697715.

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

Color convert

RGB 243 41 41 -
CMYK 0 0.83 0.83 0.05
HSL 0.89% 0.56% -
HSV(B) 0.83% 0.95% -
XYZ 38.16 20.8 4.1 -
YUV 101.4 93.92 229 -
System Red Green Blue C M Y K H S L
Decimal 243 41 41 0 0.83 0.83 0.05 0 0.89 0.56
Hex F3 29 29 0 53 53 5 0 59 38
Octal 363 51 51 0 123 123 5 0 131 70
Binary 11110011 101001 101001 0 1010011 1010011 101 0 1011001 111000

Color Harmonies of #F32929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32929

Black with #F32929

Text Example


Text Example

White with #F32929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32929; }

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

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

background-color css

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

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

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

border-color css

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

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

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