Html Css Color HEX #F33530 Red Orange

📋 copy color: '#F33530'

red 243 ◦ green 53 ◦ blue 48

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

Shades of Red Orange #F33530

Tints of Red Orange #F33530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.95%

R = 70.64%
G = 15.41%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F33530 (or 0xF33530) is known color: Red Orange. HEX triplet: F3, 35 and 30. RGB value is (243,53,48). Sum of RGB (Red+Green+Blue) = 243+53+48=344 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.64% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 243 - color contains mainly: red. Hex color #F33530 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33530 is #0CCACF. Grayscale: #6D6D6D. Windows color (decimal): -838352 or 3159539. OLE color: 3159539.

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

Color convert

RGB 243 53 48 -
CMYK 0 0.78 0.80 0.05
HSL 1.54º 0.89% 0.57% -
HSV(B) 1.54º 0.8% 0.95% -
XYZ 38.77 21.81 4.96 -
YUV 109.24 93.45 223.41 -
System Red Green Blue C M Y K H S L
Decimal 243 53 48 0 0.78 0.80 0.05 1.54 0.89 0.57
Hex F3 35 30 0 4E 50 5 2 59 39
Octal 363 65 60 0 116 120 5 2 131 71
Binary 11110011 110101 110000 0 1001110 1010000 101 10 1011001 111001

Color Harmonies of #F33530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33530

Black with #F33530

Text Example


Text Example

White with #F33530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33530; }

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

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

background-color css

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

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

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

border-color css

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

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

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