Html Css Color HEX #F33030 Red Orange

📋 copy color: '#F33030'

red 243 ◦ green 48 ◦ blue 48

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

Shades of Red Orange #F33030

Tints of Red Orange #F33030

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.16%

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

R = 71.68%
G = 14.16%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F33030 (or 0xF33030) is known color: Red Orange. HEX triplet: F3, 30 and 30. RGB value is (243,48,48). Sum of RGB (Red+Green+Blue) = 243+48+48=339 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.68% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 243 - color contains mainly: red. Hex color #F33030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33030 is #0CCFCF. Grayscale: #6A6A6A. Windows color (decimal): -839632 or 3158259. OLE color: 3158259.

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

Color convert

RGB 243 48 48 -
CMYK 0 0.80 0.80 0.05
HSL 0.89% 0.57% -
HSV(B) 0.8% 0.95% -
XYZ 38.55 21.38 4.89 -
YUV 106.31 95.1 225.5 -
System Red Green Blue C M Y K H S L
Decimal 243 48 48 0 0.80 0.80 0.05 0 0.89 0.57
Hex F3 30 30 0 50 50 5 0 59 39
Octal 363 60 60 0 120 120 5 0 131 71
Binary 11110011 110000 110000 0 1010000 1010000 101 0 1011001 111001

Color Harmonies of #F33030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33030

Black with #F33030

Text Example


Text Example

White with #F33030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33030; }

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

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

background-color css

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

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

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

border-color css

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

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

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