Html Css Color HEX #F33630 Red Orange

📋 copy color: '#F33630'

red 243 ◦ green 54 ◦ blue 48

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

Shades of Red Orange #F33630

Tints of Red Orange #F33630

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.65%

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

R = 70.43%
G = 15.65%
B = 13.91%

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

#F33630 (or 0xF33630) is known color: Red Orange. HEX triplet: F3, 36 and 30. RGB value is (243,54,48). Sum of RGB (Red+Green+Blue) = 243+54+48=345 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.43% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 243 - color contains mainly: red. Hex color #F33630 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33630 is #0CC9CF. Grayscale: #6E6E6E. Windows color (decimal): -838096 or 3159795. OLE color: 3159795.

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

Color convert

RGB 243 54 48 -
CMYK 0 0.78 0.80 0.05
HSL 1.85º 0.89% 0.57% -
HSV(B) 1.85º 0.8% 0.95% -
XYZ 38.81 21.91 4.98 -
YUV 109.83 93.12 222.99 -
System Red Green Blue C M Y K H S L
Decimal 243 54 48 0 0.78 0.80 0.05 1.85 0.89 0.57
Hex F3 36 30 0 4E 50 5 2 59 39
Octal 363 66 60 0 116 120 5 2 131 71
Binary 11110011 110110 110000 0 1001110 1010000 101 10 1011001 111001

Color Harmonies of #F33630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33630

Black with #F33630

Text Example


Text Example

White with #F33630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33630; }

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

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

background-color css

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

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

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

border-color css

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

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

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