Html Css Color HEX #F33535 Red Orange

📋 copy color: '#F33535'

red 243 ◦ green 53 ◦ blue 53

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

Shades of Red Orange #F33535

Tints of Red Orange #F33535

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.19%

 BLUE value IS 53 (21.09% from 255) = 15.19%

R = 69.63%
G = 15.19%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F33535 (or 0xF33535) is known color: Red Orange. HEX triplet: F3, 35 and 35. RGB value is (243,53,53). Sum of RGB (Red+Green+Blue) = 243+53+53=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 53 (21.09% from 255 or 15.19% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F33535 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33535 is #0CCACA. Grayscale: #6D6D6D. Windows color (decimal): -838347 or 3487219. OLE color: 3487219.

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

Color convert

RGB 243 53 53 -
CMYK 0 0.78 0.78 0.05
HSL 0.89% 0.58% -
HSV(B) 0.78% 0.95% -
XYZ 38.88 21.86 5.54 -
YUV 109.81 95.95 223 -
System Red Green Blue C M Y K H S L
Decimal 243 53 53 0 0.78 0.78 0.05 0 0.89 0.58
Hex F3 35 35 0 4E 4E 5 0 59 3A
Octal 363 65 65 0 116 116 5 0 131 72
Binary 11110011 110101 110101 0 1001110 1001110 101 0 1011001 111010

Color Harmonies of #F33535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33535

Black with #F33535

Text Example


Text Example

White with #F33535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33535; }

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

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

background-color css

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

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

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

border-color css

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

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

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