Html Css Color HEX #F33421 Red Orange

📋 copy color: '#F33421'

red 243 ◦ green 52 ◦ blue 33

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

Shades of Red Orange #F33421

Tints of Red Orange #F33421

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.85%

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

R = 74.09%
G = 15.85%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F33421 (or 0xF33421) is known color: Red Orange. HEX triplet: F3, 34 and 21. RGB value is (243,52,33). Sum of RGB (Red+Green+Blue) = 243+52+33=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 33 (13.28% from 255 or 10.06% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F33421 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33421 is #0CCBDE. Grayscale: #6B6B6B. Windows color (decimal): -838623 or 2176243. OLE color: 2176243.

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

Color convert

RGB 243 52 33 -
CMYK 0 0.79 0.86 0.05
HSL 5.43º 0.9% 0.54% -
HSV(B) 5.43º 0.86% 0.95% -
XYZ 38.46 21.62 3.58 -
YUV 106.94 86.28 225.04 -
System Red Green Blue C M Y K H S L
Decimal 243 52 33 0 0.79 0.86 0.05 5.43 0.9 0.54
Hex F3 34 21 0 4F 56 5 5 5A 36
Octal 363 64 41 0 117 126 5 5 132 66
Binary 11110011 110100 100001 0 1001111 1010110 101 101 1011010 110110

Color Harmonies of #F33421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33421

Black with #F33421

Text Example


Text Example

White with #F33421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33421; }

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

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

background-color css

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

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

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

border-color css

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

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

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