Html Css Color HEX #F33F2C Red Orange

📋 copy color: '#F33F2C'

red 243 ◦ green 63 ◦ blue 44

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

Shades of Red Orange #F33F2C

Tints of Red Orange #F33F2C

RGB

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

 GREEN value IS 63 (25% from 255) = 18%

 BLUE value IS 44 (17.58% from 255) = 12.57%

R = 69.43%
G = 18%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F33F2C (or 0xF33F2C) is known color: Red Orange. HEX triplet: F3, 3F and 2C. RGB value is (243,63,44). Sum of RGB (Red+Green+Blue) = 243+63+44=350 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.43% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 243 - color contains mainly: red. Hex color #F33F2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33F2C is #0CC0D3. Grayscale: #727272. Windows color (decimal): -835796 or 2899955. OLE color: 2899955.

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

Color convert

RGB 243 63 44 -
CMYK 0 0.74 0.82 0.05
HSL 5.73º 0.89% 0.56% -
HSV(B) 5.73º 0.82% 0.95% -
XYZ 39.19 22.79 4.72 -
YUV 114.65 88.13 219.54 -
System Red Green Blue C M Y K H S L
Decimal 243 63 44 0 0.74 0.82 0.05 5.73 0.89 0.56
Hex F3 3F 2C 0 4A 52 5 6 59 38
Octal 363 77 54 0 112 122 5 6 131 70
Binary 11110011 111111 101100 0 1001010 1010010 101 110 1011001 111000

Color Harmonies of #F33F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33F2C

Black with #F33F2C

Text Example


Text Example

White with #F33F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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