Html Css Color HEX #F33130 Red Orange

📋 copy color: '#F33130'

red 243 ◦ green 49 ◦ blue 48

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

Shades of Red Orange #F33130

Tints of Red Orange #F33130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.41%

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

R = 71.47%
G = 14.41%
B = 14.12%

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

#F33130 (or 0xF33130) is known color: Red Orange. HEX triplet: F3, 31 and 30. RGB value is (243,49,48). Sum of RGB (Red+Green+Blue) = 243+49+48=340 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.47% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 243 - color contains mainly: red. Hex color #F33130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33130 is #0CCECF. Grayscale: #6B6B6B. Windows color (decimal): -839376 or 3158515. OLE color: 3158515.

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

Color convert

RGB 243 49 48 -
CMYK 0 0.80 0.80 0.05
HSL 0.31º 0.89% 0.57% -
HSV(B) 0.31º 0.8% 0.95% -
XYZ 38.59 21.46 4.91 -
YUV 106.89 94.77 225.08 -
System Red Green Blue C M Y K H S L
Decimal 243 49 48 0 0.80 0.80 0.05 0.31 0.89 0.57
Hex F3 31 30 0 50 50 5 0 59 39
Octal 363 61 60 0 120 120 5 0 131 71
Binary 11110011 110001 110000 0 1010000 1010000 101 0 1011001 111001

Color Harmonies of #F33130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33130

Black with #F33130

Text Example


Text Example

White with #F33130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33130; }

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

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

background-color css

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

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

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

border-color css

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

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

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