Html Css Color HEX #F32921 Red Orange

📋 copy color: '#F32921'

red 243 ◦ green 41 ◦ blue 33

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

Shades of Red Orange #F32921

Tints of Red Orange #F32921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.41%

R = 76.66%
G = 12.93%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F32921 (or 0xF32921) is known color: Red Orange. HEX triplet: F3, 29 and 21. RGB value is (243,41,33). Sum of RGB (Red+Green+Blue) = 243+41+33=317 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.66% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 243 - color contains mainly: red. Hex color #F32921 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32921 is #0CD6DE. Grayscale: #646464. Windows color (decimal): -841439 or 2173427. OLE color: 2173427.

HSL color Cylindrical-coordinate representation of color #F32921: hue angle of 2.29º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32921 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 41 33 -
CMYK 0 0.83 0.86 0.05
HSL 2.29º 0.9% 0.54% -
HSV(B) 2.29º 0.86% 0.95% -
XYZ 38.03 20.75 3.44 -
YUV 100.49 89.92 229.65 -
System Red Green Blue C M Y K H S L
Decimal 243 41 33 0 0.83 0.86 0.05 2.29 0.9 0.54
Hex F3 29 21 0 53 56 5 2 5A 36
Octal 363 51 41 0 123 126 5 2 132 66
Binary 11110011 101001 100001 0 1010011 1010110 101 10 1011010 110110

Color Harmonies of #F32921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32921

Black with #F32921

Text Example


Text Example

White with #F32921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32921; }

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

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

background-color css

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

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

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

border-color css

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

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

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